HCoop
/
clinton
/
scripts.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Remove S3 stuff.
[clinton/scripts.git]
/
re-create-all-users
Commit
Line
Data
35636de0
1
#!/bin/bash
2
3
for A in /afs/hcoop.net/user/?/??/*
4
do \
5
echo re-creating `basename $A`
6
(echo $A | grep _admin) || \
7
/afs/hcoop.net/common/etc/scripts/create-user `basename $A` || exit -1
8
done