Created
June 29, 2016 21:10
-
-
Save rondinif/5d20b915353cd891f0b5d6adce129838 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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/" |
Author
rondinif
commented
Jun 29, 2016
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