diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-14 08:38:52 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-14 08:38:52 +0100 |
| commit | d9fbaa155185220ee141f75d764890983ef35ca2 (patch) | |
| tree | 2e064165151919f19d16b6fa61af96946461df8e /2024/14/clean.sh | |
| parent | ec95deb6f565d7994876932834489e7a22e19e11 (diff) | |
| download | aoc-d9fbaa155185220ee141f75d764890983ef35ca2.tar.gz aoc-d9fbaa155185220ee141f75d764890983ef35ca2.zip | |
Day 14 2024 (I did not like this one)
Diffstat (limited to '2024/14/clean.sh')
| -rwxr-xr-x | 2024/14/clean.sh | 3 |
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 | |||
| 3 | sed 's/p=//; s/v=//; s/,/ /g' | ||
