]> www.fi.muni.cz Git - aoc2021.git/commitdiff
get.sh: cat the input file
authorJan "Yenya" Kasprzak <kas@fi.muni.cz>
Tue, 14 Dec 2021 07:33:07 +0000 (08:33 +0100)
committerJan "Yenya" Kasprzak <kas@fi.muni.cz>
Tue, 14 Dec 2021 07:33:07 +0000 (08:33 +0100)
get.sh

diff --git a/get.sh b/get.sh
index 4c8c8cddcc0eb18585f76428f55dfca5976cd099..f888a90c65bb88069eb952d69a5e87d3af5d20e5 100755 (executable)
--- a/get.sh
+++ b/get.sh
@@ -20,7 +20,9 @@ URL="https://adventofcode.com/2021/day/$DAY/input"
 echo
 echo "Downloading $URL to $FILE"
 curl -s -b "$COOKIE" "$URL" --output "$FILE"
-echo
+echo ========================================================================
+cat "$FILE"
+echo ========================================================================
 echo "lines words chars"
 wc "$FILE"
 echo