be a good neighbor and set my user-agent header
https://www.reddit.com/r/adventofcode/comments/z9dhtd/please_include_your_contact_info_in_the_useragent/
This commit is contained in:
parent
e66ea212ad
commit
f23deb97e9
4
new.sh
4
new.sh
@ -7,7 +7,9 @@ if [ "${1}" != "" ]; then
|
|||||||
mkdir -p ${padded}/inputs
|
mkdir -p ${padded}/inputs
|
||||||
touch ${padded}/inputs/testinput
|
touch ${padded}/inputs/testinput
|
||||||
if [ ! -f "${padded}/inputs/input" ]; then
|
if [ ! -f "${padded}/inputs/input" ]; then
|
||||||
curl -s -H "Cookie: session=`cat .cookie`" https://adventofcode.com/${__year}/day/${1##0}/input > "${padded}/inputs/input"
|
curl -s \
|
||||||
|
-A "https://git.yetaga.in/alazyreader/AdventOfCode2022/" \
|
||||||
|
-H "Cookie: session=`cat .cookie`" https://adventofcode.com/${__year}/day/${1##0}/input > "${padded}/inputs/input"
|
||||||
fi
|
fi
|
||||||
if [ ! -f "${padded}/main.rs" ]; then
|
if [ ! -f "${padded}/main.rs" ]; then
|
||||||
cp -n main.rs.tmpl ${padded}/main.rs
|
cp -n main.rs.tmpl ${padded}/main.rs
|
||||||
|
Loading…
Reference in New Issue
Block a user