4 lines
86 B
Bash
Executable File
4 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
# Make translation files
|
|
xgettext -L python -o po/terminator.pot terminator
|