Update bin/emit

This commit is contained in:
0x1eef 2024-01-28 02:23:09 -03:00
parent 00c15a2c83
commit b44fa94ccf

View file

@ -10,7 +10,7 @@ end
def read def read
noecho { $stdin.gets } noecho { $stdin.gets }
.gsub(/[^A-Za-z0-9_\s\/\-,;:*"']/, '') .gsub(/[^A-Za-z0-9_\s\/\-,;:*"'.]/, '')
end end
reads = 0 reads = 0