From 4646c64ae7171a4dbd3d60481d1341f3b2502b99 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 12 Apr 2015 11:37:38 -0700 Subject: [PATCH] add script to run the poll for the meeting poll --- apr_2015_meeting_poll/run_vote.sh | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 apr_2015_meeting_poll/run_vote.sh diff --git a/apr_2015_meeting_poll/run_vote.sh b/apr_2015_meeting_poll/run_vote.sh new file mode 100755 index 0000000..14e00ea --- /dev/null +++ b/apr_2015_meeting_poll/run_vote.sh @@ -0,0 +1,26 @@ +#!/bin/sh +../scripts/pocket-devotee \ + --option 'A: Tuesday 16:00 UTC (April 28th)' \ + --option 'B: Tuesday 17:00 UTC (April 28th)' \ + --option 'C: Tuesday 18:00 UTC (April 28th)' \ + --option 'D: Tuesday 19:00 UTC (April 28th)' \ + --option 'E: Tuesday 20:00 UTC (April 28th)' \ + --option 'F: Wednesday 16:00 UTC (April 29th)' \ + --option 'G: Wednesday 17:00 UTC (April 29th)' \ + --option 'H: Wednesday 18:00 UTC (April 29th)' \ + --option 'I: Wednesday 19:00 UTC (April 29th)' \ + --option 'J: Wednesday 20:00 UTC (April 29th)' \ + --option 'K: Thursday 16:00 UTC (April 30th)' \ + --option 'L: Thursday 17:00 UTC (April 30th)' \ + --option 'M: Thursday 18:00 UTC (April 30th)' \ + --option 'N: Thursday 19:00 UTC (April 30th)' \ + --option 'O: Thursday 20:00 UTC (April 30th)' \ + --option 'Z: Further Discussion' \ + --default-option 'Z' \ + --quorum 3 \ + << EOF +don: A=B=C=D=E=F=G=H=I=J=K=L=M=N=O > Z +hartmans: L = M = N > G = H = I = J = D = E > O > Z > C > B = A +odyx: I > H > J > N > M > O > F > K = A > B = G = L > C > Z > D = E +EOF + -- 2.39.5