From e3d49494ef8f74d2056333fd206ff3aafaaf5781 Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Wed, 19 Apr 2017 22:18:11 +0200 Subject: [PATCH] Add current votes --- 860520_chair_election/run_vote.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 860520_chair_election/run_vote.sh diff --git a/860520_chair_election/run_vote.sh b/860520_chair_election/run_vote.sh new file mode 100755 index 0000000..6caeebf --- /dev/null +++ b/860520_chair_election/run_vote.sh @@ -0,0 +1,13 @@ +../scripts/pocket-devotee \ + --option 'A: Keith Packard ' \ + --option 'B: Didier Raboud ' \ + --option 'C: Tollef Fog Heen ' \ + --option 'D: Sam Hartman ' \ + --option 'E: Phil Hands ' \ + --option 'F: Margarita Manterola ' \ + --option 'G: David Bremner ' < E > D = C > F = G > A +hartmans: B > F > D > C = E = A = G +keithp: B > A = C = D = E = F > G +EOF + -- 2.39.2