mirror of
https://github.com/nealey/woozle.org.git
synced 2025-01-19 05:14:47 -07:00
8 lines
139 B
Bash
Executable file
8 lines
139 B
Bash
Executable file
#! /bin/sh
|
|
|
|
echo 'Content-type: text/plain'
|
|
echo
|
|
if [ "$PATH_INFO" = "/moo" ]; then
|
|
echo $REMOTE_ADDR > /usr/local/etc/nsd/home
|
|
fi
|
|
set
|