projects
/
usenet
/
usevote.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Update documentation.
[usenet/usevote.git]
/
createvote.sh
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#!/bin/bash
2
cd ~/usevote
3
mkdir $1
4
cd $1
5
sed s/LOCALPART/$1/g ../usevote.tpl.cfg > usevote.cfg
6
mkdir tmp
7
mkdir done
8
9
echo "Voting $1 created!"
This page took
0.010497 seconds
and
5
git commands to generate.