From f034de6377b39ac0068216889e0705f394201299 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 10 Mar 2015 12:34:07 -0700 Subject: [PATCH] add run_vote command for ctte chair election --- mar_2015_new_chair/run_vote.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 mar_2015_new_chair/run_vote.sh diff --git a/mar_2015_new_chair/run_vote.sh b/mar_2015_new_chair/run_vote.sh new file mode 100755 index 0000000..bb65119 --- /dev/null +++ b/mar_2015_new_chair/run_vote.sh @@ -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 + -- 2.39.2