Skip to content

Instantly share code, notes, and snippets.

@rondinif
Created June 29, 2016 21:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rondinif/5d20b915353cd891f0b5d6adce129838 to your computer and use it in GitHub Desktop.
Save rondinif/5d20b915353cd891f0b5d6adce129838 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
name=ronda
ruby -e "(-12..42).each { |i| print \"#{i}:\"; o=''; ARGV[0].each_byte { |x| o+=(x.ord-i).chr }; p o}" $name | grep 32 | sed "s/.*:\"\(.*\).$/\1/"
@rondinif
Copy link
Author

this is a joke ( but it works! )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment