This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-SteamFriendsGraph
mirror of
https://github.com/jrtechs/SteamFriendsGraph.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Created a script to run the socket server
pull/8/head
jrtechs
6 years ago
parent
7116a1eece
commit
abb574a5ba
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save