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