indextext.html: update notice about ssh host key change
[girocco/readme.git] / toolbox / remove-user.sh
blob9834dfb01dbf807c6a1d90c02a05ca2c42713c91
1 #!/bin/sh
3 set -e
5 if [ $# -ne 1 ] || [ -z "$1" ]; then
6 echo "Usage: $0 <username>"
7 exit 1
8 fi
9 echo "Redirecting to usertool.pl..."
10 exec @basedir@/toolbox/usertool.pl remove "$1"