mirror of https://github.com/dirtbags/moth.git
6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
ip=$(echo $UDPREMOTEADDR | cut -d: -f1)
|
||
|
touch $1/$ip
|
||
|
echo 'Hello.'
|