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