chiark / gitweb /
Initial commit as found
[modbot-ulm.git] / stump / bin / preApprove
1 #!/bin/sh
2
3 if [ "x$@" = "x" ]; then
4
5   cat >> $MNG_ROOT/data/good.guys.list
6
7 else
8
9   echo $@ >> $MNG_ROOT/data/good.guys.list
10
11 fi