Browse Source

Created a script to run the socket server

pull/8/head
jrtechs 5 years ago
parent
commit
abb574a5ba
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      run.sh

+ 10
- 0
run.sh View File

@ -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

Loading…
Cancel
Save