magallanes/bin/mage
2012-02-15 18:46:26 -02:00

10 lines
147 B
Bash
Executable file

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