X-Git-Url: https://git.sommitrealweird.co.uk/advent-of-code-2020.git/blobdiff_plain/a2ce7bb47964e226d4b10b791a038ca1f1fa67d7..fe0197cb1dc8f701b69ce52b9acb445351557c8d:/day06/get_yes_counts.sh diff --git a/day06/get_yes_counts.sh b/day06/get_yes_counts.sh new file mode 100644 index 0000000..b91205c --- /dev/null +++ b/day06/get_yes_counts.sh @@ -0,0 +1,48 @@ +#!/bin/bash + +set -u +set -e + +declare -a group_questions + +parse_file() { + exec 3