Add script to create votings.
authorThomas Hochstein <thh@inter.net>
Sat, 15 Feb 2014 18:00:57 +0000 (19:00 +0100)
committerThomas Hochstein <thh@inter.net>
Sat, 15 Feb 2014 18:00:57 +0000 (19:00 +0100)
Signed-off-by: Thomas Hochstein <thh@inter.net>
createvote.sh [new file with mode: 0644]

diff --git a/createvote.sh b/createvote.sh
new file mode 100644 (file)
index 0000000..d0f626c
--- /dev/null
@@ -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!"
This page took 0.011455 seconds and 4 git commands to generate.