4 lines
83 B
Bash
4 lines
83 B
Bash
#!/bin/sh
|
|
php ManiaControl.php >ManiaControl.log 2>&1 &
|
|
echo $! > ManiaControl.pid
|