1
0
Fork 0
mirror of synced 2024-09-28 15:31:14 +12:00
Rare/misc/py2ts.sh
2021-12-05 19:47:06 +01:00

8 lines
161 B
Bash
Executable file

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