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: 6007df1089edc8d2d9fce28b6757a04e6fe3861e (
plain
) (
blame
)
1
2
3
4
#!/usr/bin/env sh
fold
-w1
input
|
awk
-f
puzzle-1.awk fold
-w1
input
|
awk
-f
puzzle-2.awk