about summary refs log tree commit diff stats
path: root/fucktrain
diff options
context:
space:
mode:
authorCase Duckworth2022-06-29 00:59:59 -0500
committerCase Duckworth2022-06-29 00:59:59 -0500
commit0a78720644e45bd27c4a57cbddf2d32aacb555c3 (patch)
tree29783dc9a534dbbfe172d5c84e66f5efcd9c43dc /fucktrain
parentRecognize bf comments (diff)
downloadtrainfuck-0a78720644e45bd27c4a57cbddf2d32aacb555c3.tar.gz
trainfuck-0a78720644e45bd27c4a57cbddf2d32aacb555c3.zip
Probably version ... whatever the next higher one is
Diffstat (limited to 'fucktrain')
-rwxr-xr-xfucktrain4
1 files changed, 3 insertions, 1 deletions
diff --git a/fucktrain b/fucktrain index d382efa..7ade621 100755 --- a/fucktrain +++ b/fucktrain
@@ -17,7 +17,9 @@ BEGIN {
17 gsub(/,/, "clack ", $0) 17 gsub(/,/, "clack ", $0)
18 gsub(/\[/, "tickets please ", $0) 18 gsub(/\[/, "tickets please ", $0)
19 gsub(/\]/, "your ticket please ", $0) 19 gsub(/\]/, "your ticket please ", $0)
20 print 20 if ($0) {
21 print
22 }
21} 23}
22 24
23END { 25END {