From 1f7dddb5c5e97096423991e9da7546468b8fc969 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 12 Jan 2012 16:34:53 +0100 Subject: add compat scripts for acf-cli and mvc.lua they log and forward to new location --- www/cgi-bin/cli | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 www/cgi-bin/cli (limited to 'www/cgi-bin/cli') 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 "$@" -- cgit v1.2.3