summaryrefslogtreecommitdiff
path: root/aoc-cacheclear
diff options
context:
space:
mode:
Diffstat (limited to 'aoc-cacheclear')
-rwxr-xr-xaoc-cacheclear4
1 files changed, 4 insertions, 0 deletions
diff --git a/aoc-cacheclear b/aoc-cacheclear
index 3ce865b..34313b0 100755
--- a/aoc-cacheclear
+++ b/aoc-cacheclear
@@ -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}"