magallanes/bin/mage
2011-11-22 09:16:06 -02:00

9 lines
132 B
Bash
Executable file

#!/bin/sh
SCRIPT=$(readlink -f $0)
DIR=$(dirname $SCRIPT)
PHP_BIN=$(which php)
$PHP_BIN -d safe_mode=Off -f $DIR/mage.php -- $@