aboutsummaryrefslogtreecommitdiff
path: root/2024/14/clean.sh
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-12-14 08:38:52 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2024-12-14 08:38:52 +0100
commitd9fbaa155185220ee141f75d764890983ef35ca2 (patch)
tree2e064165151919f19d16b6fa61af96946461df8e /2024/14/clean.sh
parentec95deb6f565d7994876932834489e7a22e19e11 (diff)
downloadaoc-d9fbaa155185220ee141f75d764890983ef35ca2.tar.gz
aoc-d9fbaa155185220ee141f75d764890983ef35ca2.zip
Day 14 2024 (I did not like this one)
Diffstat (limited to '2024/14/clean.sh')
-rwxr-xr-x2024/14/clean.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/2024/14/clean.sh b/2024/14/clean.sh
new file mode 100755
index 0000000..ee99b15
--- /dev/null
+++ b/2024/14/clean.sh
@@ -0,0 +1,3 @@
1#!/bin/sh
2
3sed 's/p=//; s/v=//; s/,/ /g'

Generated with cgit - Back to sebastiano.tronto.net