18d177ff59
- setting manager prototype
4 lines
65 B
Bash
4 lines
65 B
Bash
#!/bin/sh
|
|
php ManiaControl.php 2>&1 &
|
|
echo $! > ManiaControl.pid
|