diff --git a/run.sh b/run.sh new file mode 100644 index 0000000..6e81309 --- /dev/null +++ b/run.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +# run - this script enters a infinite loop to ensure that +# the socket server does not go down +# +# 7/14/18 Jeffery Russell + +while true +do java -cp SteamFriendsGraph-0.1-jar-with-dependencies.jar net.jrtechs.www.App +done \ No newline at end of file