6 lines
169 B
Plaintext
6 lines
169 B
Plaintext
|
#!/usr/local/plan9/bin/rc
|
||
|
|
||
|
# This is a wrapper script for broken http servers like recent lighttpd versions which throw away cgi's stderr.
|
||
|
|
||
|
./werc.rc >>[2]/tmp/wlog.txt
|