khanat-opennel-code/code/web/public_php/admin/scripts/run_script.sh

7 lines
168 B
Bash
Raw Normal View History

2010-05-06 00:08:41 +00:00
#!/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 &