X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=get.sh;fp=get.sh;h=f888a90c65bb88069eb952d69a5e87d3af5d20e5;hb=34f4f573f50f907f680f7d463c792f4f1a6e53d8;hp=4c8c8cddcc0eb18585f76428f55dfca5976cd099;hpb=6f0b62d78949e30c1d6443fe0548d9731158fe1e;p=aoc2021.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