dev.repo.or.cz
/
girocco.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
git-shell-verify: only check read-only mode for receive-pack
[girocco.git]
/
toolbox
/
remove-user.sh
blob
9834dfb01dbf807c6a1d90c02a05ca2c42713c91
1
#!/bin/sh
2
3
set -e
4
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
"