diff options
author | Case Duckworth | 2022-06-29 00:59:59 -0500 |
---|---|---|
committer | Case Duckworth | 2022-06-29 00:59:59 -0500 |
commit | 0a78720644e45bd27c4a57cbddf2d32aacb555c3 (patch) | |
tree | 29783dc9a534dbbfe172d5c84e66f5efcd9c43dc /fucktrain | |
parent | Recognize bf comments (diff) | |
download | trainfuck-0a78720644e45bd27c4a57cbddf2d32aacb555c3.tar.gz trainfuck-0a78720644e45bd27c4a57cbddf2d32aacb555c3.zip |
Probably version ... whatever the next higher one is
Diffstat (limited to 'fucktrain')
-rwxr-xr-x | fucktrain | 4 |
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 | 20 | if ($0) { | |
21 | |||
22 | } | ||
21 | } | 23 | } |
22 | 24 | ||
23 | END { | 25 | END { |