diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-12 16:34:53 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-12 16:36:10 +0100 |
commit | 1f7dddb5c5e97096423991e9da7546468b8fc969 (patch) | |
tree | 357a4ca9999c91f549b901a870653f39c2e853aa /www/cgi-bin/cli | |
parent | de89f239364a2e96b72958a078b7789f431126c3 (diff) | |
download | acf-core-1f7dddb5c5e97096423991e9da7546468b8fc969.tar.bz2 acf-core-1f7dddb5c5e97096423991e9da7546468b8fc969.tar.xz |
add compat scripts for acf-cli and mvc.lua
they log and forward to new location
Diffstat (limited to 'www/cgi-bin/cli')
-rw-r--r-- | www/cgi-bin/cli | 5 |
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 "$@" |