1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-07 12:30:47 -07:00
moth/heartbeatd/in.heartbeatd
2009-10-07 17:32:36 -06:00

8 lines
115 B
Bash
Executable file

#! /bin/sh
case "$REMOTEADDR" in
10.0.0.[2-254])
touch /var/lib/pollster/$REMOTEADDR
;;
esac