Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Simple server startup script with restart after crash
masa-
Jul 11th, 2013
176
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Bash
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
#!/bin/bash
while
true
do
java
-server
-Xms256M
-Xmx1024M
-XX:+UseConcMarkSweepGC
-jar
minecraft_server_snapshot.jar nogui
if
[
"$?"
-eq
"0"
]
then
break
fi
done
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
MAKE $900 INSTANTLY K
JavaScript | 4 min ago | 0.07 KB
MAKE $900 INSTANTLY B
JavaScript | 5 min ago | 0.07 KB
Make 1500$ in 20 MIN [Method] R
JavaScript | 8 min ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN J
JavaScript | 9 min ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN Q
JavaScript | 10 min ago | 0.07 KB
FREE BTC GUIDE 2
JavaScript | 14 min ago | 0.07 KB
Make 1500$ in 20 MIN [Method] C
JavaScript | 14 min ago | 0.07 KB
Make 1500$ in 20 MIN [Method] K
JavaScript | 15 min ago | 0.07 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!