Skip to content

Instantly share code, notes, and snippets.

@atilacamurca
Created April 18, 2013 23:33
Show Gist options
  • Save atilacamurca/5417024 to your computer and use it in GitHub Desktop.
Save atilacamurca/5417024 to your computer and use it in GitHub Desktop.
print the file itself
import os
if __name__ == '__main__':
os.system("cat %s" % os.path.abspath(__file__))
exit(0)
print "hello world."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment