Update bin/emit
This commit is contained in:
parent
00c15a2c83
commit
b44fa94ccf
1 changed files with 1 additions and 1 deletions
2
bin/emit
2
bin/emit
|
@ -10,7 +10,7 @@ end
|
|||
|
||||
def read
|
||||
noecho { $stdin.gets }
|
||||
.gsub(/[^A-Za-z0-9_\s\/\-,;:*"']/, '')
|
||||
.gsub(/[^A-Za-z0-9_\s\/\-,;:*"'.]/, '')
|
||||
end
|
||||
|
||||
reads = 0
|
||||
|
|
Loading…
Reference in a new issue