khanat-opennel-code/code/ryzom/tools/server/admin/scripts/run_script.sh
2014-03-23 15:16:20 +05:30

6 lines
168 B
Bash

#!/bin/bash
# we might want to add some security here, in order to check the parameters
cd /home/atrium-admin/public_html/scripts
nohup /usr/bin/php4 $* >/dev/null &