From: Brett Parker Date: Sun, 6 Dec 2020 10:38:38 +0000 (+0000) Subject: Day 5 - for a change, bash version first! X-Git-Url: https://git.sommitrealweird.co.uk/advent-of-code-2020.git/commitdiff_plain/f77fa4ec82ab82ff7937fc664752bce80144a8f1 Day 5 - for a change, bash version first! --- diff --git a/day6/get_yes_counts.sh b/day6/get_yes_counts.sh new file mode 100644 index 0000000..b91205c --- /dev/null +++ b/day6/get_yes_counts.sh @@ -0,0 +1,48 @@ +#!/bin/bash + +set -u +set -e + +declare -a group_questions + +parse_file() { + exec 3