]> git.donarmstrong.com Git - debian-ctte.git/commitdiff
add run_vote command for ctte chair election
authorDon Armstrong <don@donarmstrong.com>
Tue, 10 Mar 2015 19:34:07 +0000 (12:34 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 10 Mar 2015 19:34:07 +0000 (12:34 -0700)
mar_2015_new_chair/run_vote.sh [new file with mode: 0755]

diff --git a/mar_2015_new_chair/run_vote.sh b/mar_2015_new_chair/run_vote.sh
new file mode 100755 (executable)
index 0000000..bb65119
--- /dev/null
@@ -0,0 +1,17 @@
+#!/bin/sh
+../scripts/pocket-devotee \
+    --option 'A:don' \
+    --option 'B:aba' \
+    --option 'C:vorlon' \
+    --option 'D:keithp' \
+    --option 'E:odyx' \
+    --option 'F:tfheen' \
+    --option 'G:hartmans' \
+    --option 'H:bdale'  << EOF
+bdale: A > B=D=E=F=G > C
+aba: A > D > E=F=G > C > B > H
+tfheen: A > B=D=E=F=G > C
+odyx: A > B=D > E=F=G > C=H
+don: A > B=C=D=E=F=G=H
+EOF
+