projects
/
usenet
/
usevote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d6bf22
)
Add script to create votings.
author
Thomas Hochstein
<thh@inter.net>
Sat, 15 Feb 2014 18:00:57 +0000
(19:00 +0100)
committer
Thomas 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]
patch
|
blob
diff --git a/createvote.sh
b/createvote.sh
new file mode 100644
(file)
index 0000000..
d0f626c
--- /dev/null
+++ b/
createvote.sh
@@ -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.01118 seconds
and
4
git commands to generate.