build.sh 96 Bytes
Newer Older
1 2 3 4 5
#!/bin/bash
for f in *.ts
do
    /Users/gus/Applications/Qt/5.11.2/clang_64/bin/lrelease $f
done