summaryrefslogtreecommitdiffstats
path: root/www/cgi-bin/cli
diff options
context:
space:
mode:
Diffstat (limited to 'www/cgi-bin/cli')
-rw-r--r--www/cgi-bin/cli5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/cgi-bin/cli b/www/cgi-bin/cli
new file mode 100644
index 0000000..0db8eba
--- /dev/null
+++ b/www/cgi-bin/cli
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+echo "WARNING: the $0 script has be moved to $(which acf-cli)" >&2
+
+exec acf-cli "$@"