Skip to content

Instantly share code, notes, and snippets.

@igorgue
Created July 24, 2009 18:12
Show Gist options
  • Save igorgue/154456 to your computer and use it in GitHub Desktop.
Save igorgue/154456 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
from sys import argv
if __name__ == '__main__':
text = open(argv[1]).read()
print 'Meep meep!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment