4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
|
#!/bin/sh
|
||
|
httpd -d $QUERY_STRING > /tmp/wiviz-cfg
|
||
|
killall -USR2 wiviz
|