]> git.ipfire.org Git - thirdparty/cups.git/blob - scripting/java/example/buildit
554be0a15e4f330460fa059570da244acf214989
[thirdparty/cups.git] / scripting / java / example / buildit
1 #!/bin/sh
2 for x in `cat class.list`; do
3 javac $x
4 done