summaryrefslogtreecommitdiff
path: root/aoc-inputdl
diff options
context:
space:
mode:
Diffstat (limited to 'aoc-inputdl')
-rwxr-xr-xaoc-inputdl4
1 files changed, 4 insertions, 0 deletions
diff --git a/aoc-inputdl b/aoc-inputdl
index e27bfb1..bb220d9 100755
--- a/aoc-inputdl
+++ b/aoc-inputdl
@@ -1,4 +1,8 @@
#!/bin/bash
+# Copyright (C) 2025 taitep
+# Part of aoctools (gitea.taitep.se/taitep/aoctools or github.com/taitep/aoctools)
+# SPDX-License-Identifier: MIT
+
set -euo pipefail
AOC_DIR="${AOC_DIR:-$HOME/.aoc}"