Import of current work

This commit is contained in:
Andrs Montaez
2011-11-22 09:16:06 -02:00
parent 9f89c76716
commit 3caa3d7313
15 changed files with 277 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
SCRIPT=$(readlink -f $0)
DIR=$(dirname $SCRIPT)
PHP_BIN=$(which php)
$PHP_BIN -d safe_mode=Off -f $DIR/mage.php -- $@