moth/heartbeatd/in.heartbeatd

9 lines
115 B
Bash
Executable File

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