summaryrefslogtreecommitdiff
path: root/phing
diff options
context:
space:
mode:
Diffstat (limited to 'phing')
-rw-r--r--phing5
1 files changed, 5 insertions, 0 deletions
diff --git a/phing b/phing
new file mode 100644
index 00000000..5d7c5210
--- /dev/null
+++ b/phing
@@ -0,0 +1,5 @@
+#!/bin/sh
+PHING_HOME=`pwd`/buildscripts/phing
+export PHING_HOME
+php -d html_errors=off -qC buildscripts/phing/bin/phing.php -logger phing.listener.AnsiColorLogger $@
+