1
0
Fork 0
mirror of synced 2024-06-28 03:00:49 +12:00
Rare/misc/py2ts.sh
2021-12-10 20:06:26 +01:00

9 lines
171 B
Bash
Executable file

#!/bin/sh
cwd="$(pwd)"
cd "$(dirname "$0")"/.. || exit
pylupdate5 -noobsolete $(find rare/ -iname "*.py") -ts rare/resources/languages/placeholder.ts
cd "$cwd" || exit