aboutsummaryrefslogtreecommitdiff
path: root/2022/two
diff options
context:
space:
mode:
Diffstat (limited to '2022/two')
-rwxr-xr-x2022/two7
1 files changed, 7 insertions, 0 deletions
diff --git a/2022/two b/2022/two
new file mode 100755
index 0000000..8dd0080
--- /dev/null
+++ b/2022/two
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+source "vars"
+LEVEL="2"
+SUBMIT_URL="https://adventofcode.com/${YEAR}/day/$((10#${DAY}))/answer"
+
+curl $SUBMIT_URL --cookie "session=${TOKEN}" --data "level=${LEVEL}&answer=$1" | rg -C 1 "main"