|
|
@ -16,7 +16,8 @@ fi |
|
|
|
|
|
|
|
|
|
|
|
printf "${GRN}Compiling file: $1.tri to $1.tam ...${NC}\n" |
|
|
|
printf "${GRN}Compiling file: $1.tri to $1.tam ...${NC}\n" |
|
|
|
# Compile to tam |
|
|
|
# Compile to tam |
|
|
|
java -cp build/libs/Triangle-Tools.jar triangle.Compiler programs/$1.tri -o=$1.tam &> /dev/null |
|
|
|
#java -cp build/libs/Triangle-Tools.jar triangle.Compiler programs/$1.tri -o=$1.tam &> /dev/null #Quiet output, not handy! |
|
|
|
|
|
|
|
java -cp build/libs/Triangle-Tools.jar triangle.Compiler programs/$1.tri -o=$1.tam |
|
|
|
|
|
|
|
|
|
|
|
printf "${GRN}Running file: $1.tam ...${NC}\n" |
|
|
|
printf "${GRN}Running file: $1.tam ...${NC}\n" |
|
|
|
# Run the Program |
|
|
|
# Run the Program |
|
|
|