Project

General

Profile

Statistics
| Revision:

root / compile.sh @ 3

History | View | Annotate | Download (60 Bytes)

1
find -name *.java > sources.txt
2
javac @sources.txt -d ./bin