automt: add clammt wrapper

wsc-master
cora 2020-11-25 01:00:34 +01:00
parent 7bb9c8f710
commit f5fb3289bf
1 changed files with 7 additions and 0 deletions

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