aboutsummaryrefslogtreecommitdiff
path: root/2024/24/clean.sh
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-12-25 00:40:50 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2024-12-25 00:40:50 +0100
commit19be9f44dbecdde03662be2248eda5b739d67038 (patch)
treec38bfee181b388b777da27a63cae19ce7e7861eb /2024/24/clean.sh
parent21e1237e93703f632253f042bd5877998d81c507 (diff)
downloadaoc-19be9f44dbecdde03662be2248eda5b739d67038.tar.gz
aoc-19be9f44dbecdde03662be2248eda5b739d67038.zip
Day 24 2024 still don't know how I managed to solve this
Diffstat (limited to '2024/24/clean.sh')
-rwxr-xr-x2024/24/clean.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/2024/24/clean.sh b/2024/24/clean.sh
new file mode 100755
index 0000000..891ecf7
--- /dev/null
+++ b/2024/24/clean.sh
@@ -0,0 +1,3 @@
1#!/bin/sh
2
3sed 's/XOR/^/; s/OR/|/; s/AND/\&/'

Generated with cgit - Back to sebastiano.tronto.net