magallanes/bin/mage

10 lines
148 B
Plaintext
Raw Normal View History

2011-11-22 12:16:06 +01:00
#!/bin/sh
2013-01-07 18:58:58 +01:00
#VERSION:0.9.14
2011-11-22 12:16:06 +01:00
SCRIPT=$(readlink -f $0)
DIR=$(dirname $SCRIPT)
PHP_BIN=$(which php)
$PHP_BIN -d safe_mode=Off -f $DIR/mage.php -- $@