1
0
Fork 0
mirror of synced 2024-07-04 22:21:21 +12:00
Rare/scripts/py2ts.sh

9 lines
161 B
Bash
Raw Normal View History

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