LightningLauncher/translations/build_all.sh
2018-12-15 18:10:35 +01:00

1 line
59 B
Bash

for i in lllp_*; do cd $i; ant clean release ; cd ..; done