index
:
advent-of-code
master
Solutions to Advent of Code
Thomas Voss
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
2015
/
03
/
puzzles.sh
blob: 4a21b8ac73a275f0b3b7c287262f143ac6b3cb73 (
plain
) (
blame
)
1
2
3
4
#!/bin/sh
fold
-w1
input
|
awk
-f
puzzle-1.awk fold
-w1
input
|
awk
-f
puzzle-2.awk