Output of find /usr/local/lib/user-cgi -ls as found on chiark
[userv-utils] / www-cgi / www-cgi
CommitLineData
79dc6919 1#
2if ( 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
9fi