From: Jan "Yenya" Kasprzak Date: Tue, 14 Dec 2021 07:33:07 +0000 (+0100) Subject: get.sh: cat the input file X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=aoc2021.git;a=commitdiff_plain;h=34f4f573f50f907f680f7d463c792f4f1a6e53d8 get.sh: cat the input file --- diff --git a/get.sh b/get.sh index 4c8c8cd..f888a90 100755 --- 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