mirror of https://github.com/nealey/woozle.org.git
9 lines
139 B
Plaintext
9 lines
139 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
echo 'Content-type: text/plain'
|
||
|
echo
|
||
|
if [ "$PATH_INFO" = "/moo" ]; then
|
||
|
echo $REMOTE_ADDR > /usr/local/etc/nsd/home
|
||
|
fi
|
||
|
set
|