5 lines
85 B
Bash
5 lines
85 B
Bash
|
#!/bin/sh
|
||
|
cd /home/tmn/xaseco
|
||
|
php aseco.php TMN </dev/null >aseco.log 2>&1 &
|
||
|
echo $!
|