1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 05:10:17 +02:00
Magallanes/bin/mage
Andrs Montaez 3f0efc1a42 New version. Added getters to config and task.
New concept of "stage" where the task runs.
2012-02-24 13:39:40 -02:00

10 lines
147 B
Bash
Executable File

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