Put flip somewhere in your $PATH and chmod a+x it.
Copy fuck into ~/.bashrc.
##Shops
##Startups
| # not the most efficient way, | |
| # but you get the idea. | |
| str = "meow" | |
| # convert string to binary | |
| bin = str.bytes.map{|d| d.to_s(2)}.map{|b| b.rjust(8, '0')}.join | |
| puts bin | |
| # and convert it back to a string |