about summary refs log tree commit diff stats
path: root/fucktrain
diff options
context:
space:
mode:
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 {