1
0
Fork 0
mirror of synced 2024-07-03 05:31:23 +12:00
Rare/scripts/py2ts.sh
2021-10-24 19:07:51 +03:00

9 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