5 lines
153 B
Bash
Executable file
5 lines
153 B
Bash
Executable file
#!/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
|