repo.or.cz
/
waspsaliva.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
incrementaltp: respect physics overrides
[waspsaliva.git]
/
clammt
blob
babfc43647949540733108973b937052b26ec50d
1
#!/bin/sh
2
pwf
=
$HOME
/
.mtpw
3
if
[
-z
$1
];
then
echo
"usage: clammt altname - (common) password must be in
$pwf
"
;
exit
1
;
fi
4
mt
=
$
(
dirname
$0
)/
automt
5
pw
=
$
(
cat
$pwf
)
6
$mt
clam-ity.minecity.online
$1 $pw
7