chiark / gitweb /
294a34df569075dc424be6207d7272fa76739494
[userv-utils.git] / www-cgi / www-cgi
1 #
2 if ( grep service-user-shell /etc/shells
3    & glob calling-user www
4    )
5         reset
6         no-set-environment
7         no-suppress-args
8         execute /usr/local/lib/user-cgi/target public-cgi
9 fi