repo.or.cz
/
girocco
/
readme.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sanity-check.pl: detect .delaygc non-empty projects
[girocco/readme.git]
/
toolbox
/
edit-user-email.sh
blob
d5eee719ab5a200b0c6675201f7183e6b026e889
1
#!/bin/sh
2
3
set -e
4
5
if
[
$#
-ne
3
]
||
[
-z
"
$1
"
]
||
[
-z
"
$2
"
]
||
[
-z
"
$3
"
];
then
6
echo
"Usage:
$0
<username> <old e-mail> <new e-mail>"
7
exit
1
8
fi
9
echo
"Redirecting to usertool.pl..."
10
exec
@basedir@
/
toolbox
/
usertool.pl setemail
"
$1
"
"
$3
"
"
$2
"