From 9d8cd43cee3c01fc75da963cc6c2b78387c60dd4 Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Tue, 5 Jul 2016 16:12:32 +0200 Subject: [PATCH] Add script with keithp & hartmans votes --- 829704_chair_election/run_vote.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 829704_chair_election/run_vote.sh diff --git a/829704_chair_election/run_vote.sh b/829704_chair_election/run_vote.sh new file mode 100755 index 0000000..0c7d27f --- /dev/null +++ b/829704_chair_election/run_vote.sh @@ -0,0 +1,13 @@ +../scripts/pocket-devotee \ + --option 'A: Andreas Barth ' \ + --option 'B: Don Armstrong ' \ + --option 'C: Keith Packard ' \ + --option 'D: Didier Raboud ' \ + --option 'E: Tollef Fog Heen ' \ + --option 'F: Sam Hartman ' \ + --option 'G: Phil Hands ' \ + --option 'H: Margarita Manterola ' < A B E F G > C > H +hartmans: D > C=E=F=G >H > A=B +EOF + -- 2.39.2