Mirror of the JODE repository
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
echo '#!/bin/sh' > co.all
|
|
|
|
echo co -u *.java */*.java >> co.all
|
|
|
|
echo javac -d \$HOME/java -g gb/*.java Decompiler.java >> co.all
|
|
|
|
|
|
|
|
cd ..
|
|
|
|
tar -cvzf jode.tar.gz jode/co.all jode/RCS jode/*/RCS
|