changes to tam
This commit is contained in:
parent
36f3fac111
commit
a4c304f58d
3
tam
3
tam
@ -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
|
||||||
|
Reference in New Issue
Block a user