Files
Magallanes/bin/mage
T
2012-10-24 20:41:03 -02:00

10 lines
148 B
Bash
Executable File

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