From 8c542bf8cbbc1855a9364faf4e436f4fb388e1a5 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 22 Apr 2016 08:05:44 -0700 Subject: [PATCH] add current voting status for chairman --- 821361_chair_election/run_vote.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 821361_chair_election/run_vote.sh diff --git a/821361_chair_election/run_vote.sh b/821361_chair_election/run_vote.sh new file mode 100755 index 0000000..30e24af --- /dev/null +++ b/821361_chair_election/run_vote.sh @@ -0,0 +1,12 @@ +../scripts/pocket-devotee \ + --option 'A: Don Armstrong' \ + --option 'B: Andreas Barth' \ + --option 'C: Phil Hands' \ + --option 'D: Sam Hartman' \ + --option 'E: Tollef Fog Heen' \ + --option 'F: Keith Packard' \ + --option 'G: Didier Raboud' <B=E>F=D=C>A +odyx: G>D>A>B=C=E=F +don: G>A=B=C=E=F +EOF -- 2.39.5