1
0
Fork 0
mirror of synced 2024-06-22 04:20:25 +12:00
Rare/misc/py2ts.sh

12 lines
263 B
Bash
Raw Normal View History

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