Advertisement
riking

Untitled

May 1st, 2013
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. #!/bin/bash
  2. START_SERVER='java -jar craftbukkit.jar'
  3.  
  4. while $START_SERVER; do
  5.     rm -r world/
  6.     cp -R world_bak world
  7. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement