diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-13 06:51:26 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-13 06:51:26 +0100 |
| commit | 77552dcbbb3281246358b24092c4e51156982ac3 (patch) | |
| tree | b7b784580345f10693b6dcf398298130854bec37 /2024/13/clean.sh | |
| parent | 3418444a8da97e5a05f87f9737bed94edd43ec60 (diff) | |
| download | aoc-77552dcbbb3281246358b24092c4e51156982ac3.tar.gz aoc-77552dcbbb3281246358b24092c4e51156982ac3.zip | |
Day 13 2024
Diffstat (limited to '2024/13/clean.sh')
| -rwxr-xr-x | 2024/13/clean.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/2024/13/clean.sh b/2024/13/clean.sh new file mode 100755 index 0000000..d67cf84 --- /dev/null +++ b/2024/13/clean.sh | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | sed 's/Button .: X+//; s/, Y./ /; s/Prize: X=//' | ||
