automt: add clammt wrapper

This commit is contained in:
cora 2020-11-25 01:00:34 +01:00 committed by Schmappie Eldress
parent 773cf760b8
commit 30a14f5874

7
clammt Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
pwf=$HOME/.mtpw
if [ -z $1 ]; then echo "usage: clammt altname - (common) password must be in $pwf"; exit 1; fi
mt=$(dirname $0)/automt
pw=$(cat $pwf)
$mt clam-ity.minecity.online $1 $pw