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.
 
 
 
 
 
 
jode/jode/maketar

9 lines
270 B

#!/bin/sh
echo '#!/bin/sh' > co.all
echo co -u *.java flow/*.java gb/*.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/maketar \
jode/RCS jode/flow/RCS jode/gb/RCS jode/test/*.java