Skip to content

Instantly share code, notes, and snippets.

@rocarvaj
Created May 22, 2012 00:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rocarvaj/2765754 to your computer and use it in GitHub Desktop.
Save rocarvaj/2765754 to your computer and use it in GitHub Desktop.
Basic python script
#!/usr/bin/python
import sys
fileName = sys.argv[1]
print "Reading file:", fileName
inFile = open(fileName, 'r')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment