summaryrefslogtreecommitdiffstats
path: root/www/cgi-bin/cli
blob: 0db8eba2139c423a66987148b2479c341c29b973 (plain)
1
2
3
4
5
#!/bin/sh

echo "WARNING: the $0 script has be moved to $(which acf-cli)" >&2

exec acf-cli "$@"