Graph database Analysis of the Steam Network
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
232 B

  1. #!/bin/bash
  2. # run - this script enters a infinite loop to ensure that
  3. # the socket server does not go down
  4. #
  5. # 7/14/18 Jeffery Russell
  6. while true
  7. do java -cp SteamFriendsGraph-0.1-jar-with-dependencies.jar net.jrtechs.www.App
  8. done