Skip to content

Instantly share code, notes, and snippets.

@bodbdigr
Created July 23, 2013 14:44
Show Gist options
  • Save bodbdigr/6062895 to your computer and use it in GitHub Desktop.
Save bodbdigr/6062895 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
echo $(for c in 72 97 112 112 121 32 66 105 114 116 104 100 97 121 44 32 74 117 97 110; do printf \\$(printf '%03o' $c); done;){,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment