poikilos
6 years ago
committed by
Jacob Gustafson
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||||
|
#!/bin/sh |
||||
|
if [ -f "`command -v screen`"]; then |
||||
|
screen -S EnlivenMinetest node server.js |
||||
|
else |
||||
|
nohup node server.js & |
||||
|
fi |
Loading…
Reference in new issue