Add script to create votings.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2014-02-15 19:00:57 +01:00
parent 0d6bf22b47
commit 8f4c5219c4

9
createvote.sh Normal file
View file

@ -0,0 +1,9 @@
#!/bin/bash
cd ~/usevote
mkdir $1
cd $1
sed s/LOCALPART/$1/g ../usevote.tpl.cfg > usevote.cfg
mkdir tmp
mkdir done
echo "Voting $1 created!"