Guest User

Untitled

a guest
Jun 19th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. OPTIONS="aiColson aiConway aiDummy aiColson_and_aiConway aiColson_and_aiDummy aiConway_and_aiDummy All Continue"
  2.  
  3. select opt in $OPTIONS; do
  4. case $opt in
  5. "Continue") echo Starting Game
  6. friskserver
  7. xfrisk localhost
  8. exit
  9. "aiColson") localhost >& tmp/log-aiColson &
  10. xfrisk localhost
  11. exit
  12. esac
  13. done
Add Comment
Please, Sign In to add comment