Skip to content

Instantly share code, notes, and snippets.

@tef
Created April 13, 2014 18:58
Show Gist options
  • Save tef/10597291 to your computer and use it in GitHub Desktop.
Save tef/10597291 to your computer and use it in GitHub Desktop.
$ zip app.zip __main__.py
adding: __main__.py (deflated 76%)
$ echo '#!/usr/local/bin/python3' > app
$ cat app.zip >> app
$ chmod +x app
$ ./app
usage: ./app <filter> <filter> <filter>
filters: fullwidth, circles, bold, italic, bold_italic, script, script_bold, fraktur, doublestruck, fraktur_bold, sans, sans_bold, sans_italic, sans_bold_italic, monospace, umlaut, lowline, doublemacron, doublemacronbelow, combine1, combine2, combiner, upper, lower
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment