From: Don Armstrong Date: Tue, 10 Mar 2015 19:34:07 +0000 (-0700) Subject: add run_vote command for ctte chair election X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f034de6377b39ac0068216889e0705f394201299;p=debian-ctte.git add run_vote command for ctte chair election --- 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 +