Update bin/emit

This commit is contained in:
0x1eef 2024-01-28 03:58:00 -03:00
parent 7ff35d826e
commit d039dc3d7a

View file

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