7 lines
79 B
Bash
7 lines
79 B
Bash
#!/bin/sh
|
|
|
|
ROOTDIR=/apps/WebServer
|
|
|
|
cd ${ROOTDIR}
|
|
nohup ${ROOTDIR}/WebServer &
|