diff options
author | Nat Lasseter <Nat Lasseter nathan@bytemark.co.uk> | 2017-12-09 18:28:42 +0000 |
---|---|---|
committer | Nat Lasseter <Nat Lasseter nathan@bytemark.co.uk> | 2017-12-09 18:28:42 +0000 |
commit | 7be7d207474ddcdd55318822c9fefd9637361acf (patch) | |
tree | 608cc5345f32a2889ca4a3c73579797e1ea62a7d /new | |
parent | 4a22c4e119c6cad69bdf7687d509f69e391f33c0 (diff) |
Modified new script
Diffstat (limited to 'new')
-rwxr-xr-x | new | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -23,7 +23,4 @@ input = \$stdin.readlines.map(&:chomp) EOT chmod +x $day/part1 -cp $day/part1 $day/part2 - -echo "Give input:" -cat > $day/input +touch $day/input |