diff options
| author | taitep <taitep@taitep.se> | 2025-12-20 11:49:37 +0100 |
|---|---|---|
| committer | taitep <taitep@taitep.se> | 2025-12-20 11:49:56 +0100 |
| commit | 656288cd8498980dc1f87b100d4e904699a9ba35 (patch) | |
| tree | d9dea28c08914f5c390868cefbd543c0a320772f /aoc-cacheclear | |
| parent | 1b38e792315ea53f57d357a11391725d45de6c51 (diff) | |
license
Diffstat (limited to 'aoc-cacheclear')
| -rwxr-xr-x | aoc-cacheclear | 4 |
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}" |
