So my script looks like this
java -jar asd.jar -a 32
java -jar asd.jar -a 33
java -jar asd.jar -a 36
java -jar asd.jar -a 34
Source /home/surge/stuff/r.sh
The script name is called r.sh I did the permissions thing to make it executable.
For some reason, it won't loop. It just stops working.