Could anyone offer some insight as to why this would give me an unexpected end of file error at line 5? I tried following a guide with making an infinite while loop but I couldn't figure out why mine was any different. Here's all the code:
while :
do
screen -S pvp java -Xms8G -jar spigots.jar nogui
done
(I also tried with true instead of the :)
If anyone can see why it would throw that error, please tell me :) If you need any more information let me know