Commit 7373411d authored by Carl Hetherington's avatar Carl Hetherington

Don't run if the compile failed.

parent 05e018e4
#!/bin/bash
#PROCESSING=~/Downloads/processing-3.3.5/core/library/core.jar
PROCESSING=/opt/processing/core/library/core.jar
javac -cp $PROCESSING Pong.java
java -cp $PROCESSING:. Pong
javac -cp $PROCESSING Pong.java && java -cp $PROCESSING:. Pong
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment