X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=get.sh;h=f888a90c65bb88069eb952d69a5e87d3af5d20e5;hb=66c0e91aac46dc40c68bfc74db5bb21ff56857ef;hp=4c8c8cddcc0eb18585f76428f55dfca5976cd099;hpb=83c8a25250245a13bcea03182ac38a3bf478b58c;p=aoc.git 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