day 4 done
This commit is contained in:
2
today.sh
2
today.sh
@@ -16,6 +16,6 @@ if [ ! -f "${padded}/inputs/input" ]; then
|
||||
-H "Cookie: session=`cat .cookie`" https://adventofcode.com/${__year}/day/${__day##0}/input > "${padded}/inputs/input"
|
||||
fi
|
||||
if [ ! -f "${padded}/index.ts" ]; then
|
||||
cp index.tmpl.ts ${padded}/index.ts
|
||||
cp index.ts.tmpl ${padded}/index.ts
|
||||
fi
|
||||
open "https://adventofcode.com/${__year}/day/${__day##0}"
|
||||
|
Reference in New Issue
Block a user