projects
/
usenet
/
usevote.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Documentation: Add votename to UVmenu.
[usenet/usevote.git]
/
createvote.sh
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.009417 seconds
and
3
git commands to generate.