diff options
| author | taitep <taitep@taitep.se> | 2026-03-05 19:36:30 +0100 |
|---|---|---|
| committer | taitep <taitep@taitep.se> | 2026-03-05 19:36:30 +0100 |
| commit | 38cb1d6bd7981567317074e8a91289e9ab6ebd3a (patch) | |
| tree | 1a3c886e9e7c753f7bec7cbc2f82ea09226038fb | |
| parent | ded55c68cf8118f80fd6e6e5c7c285004f3a1c8d (diff) | |
| -rwxr-xr-x | aoc-cacheclear | 2 | ||||
| -rwxr-xr-x | aoc-inputdl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/aoc-cacheclear b/aoc-cacheclear index 34313b0..2905c26 100755 --- a/aoc-cacheclear +++ b/aoc-cacheclear @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (C) 2025 taitep -# Part of aoctools (gitea.taitep.se/taitep/aoctools or github.com/taitep/aoctools) +# Part of aoctools (git.taitep.se/aoctools.git or github.com/taitep/aoctools) # SPDX-License-Identifier: MIT set -euo pipefail diff --git a/aoc-inputdl b/aoc-inputdl index bb220d9..c7770d8 100755 --- a/aoc-inputdl +++ b/aoc-inputdl @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (C) 2025 taitep -# Part of aoctools (gitea.taitep.se/taitep/aoctools or github.com/taitep/aoctools) +# Part of aoctools (git.taitep.se/aoctools.git or github.com/taitep/aoctools) # SPDX-License-Identifier: MIT set -euo pipefail |
