Skip to content
Snippets Groups Projects
build.sh 96 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/bash
    for f in *.ts
    do
        /Users/gus/Applications/Qt/5.11.2/clang_64/bin/lrelease $f
    done