Skip to content

Instantly share code, notes, and snippets.

@booo
booo / regip.sh
Last active December 19, 2015 07:59
#!/bin/sh
if [ "$#" -lt "7" ]; then
echo "usage: $0 <user> <password>" \
"<network 104.13.9> <range start> <range end> <plz> <description>"
exit 1
fi
# Postleitzahl, Beschreibung
plz="$6"