Skip to content

Instantly share code, notes, and snippets.

@justinbaker999
Created November 17, 2014 18:24
Show Gist options
  • Save justinbaker999/004ed531a361b46322b1 to your computer and use it in GitHub Desktop.
Save justinbaker999/004ed531a361b46322b1 to your computer and use it in GitHub Desktop.
evil programmer fiend.. usage ruby evil.rb <filetoreplace>
s=IO.read(ARGV[0]);File.write(ARGV[0], s.gsub(";","\u037E"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment