diff --git a/tam b/tam index b795dde..b589b0d 100755 --- a/tam +++ b/tam @@ -16,7 +16,8 @@ fi printf "${GRN}Compiling file: $1.tri to $1.tam ...${NC}\n" # 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" # Run the Program