moth/bin/in.heartbeatd

6 lines
79 B
Bash
Executable File

#! /bin/sh
ip=$(echo $UDPREMOTEADDR | cut -d: -f1)
touch $1/$ip
echo 'Hello.'