heh
Diffstat (limited to 'get.sh')
| -rw-r--r-- | get.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/bin/bash -curl -sH "Cookie: session=$(cat cooki)" "https://adventofcode.com/2024/day/$(date +"%-d")/input" -o - | tee src/inp.txt +curl -sH "Cookie: session=$(cat cooki)" "https://adventofcode.com/2025/day/$(date +"%-d")/input" -o - | tee src/inp.txt |