1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 05:10:17 +02:00
Magallanes/bin/mage
Andrés Montañez 8874641a66 Version 0.9.10.
2012-04-01 12:46:05 -03:00

10 lines
148 B
Bash
Executable File

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