Advertisement
BurninChrome

Untitled

Oct 13th, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. import sys
  2.  
  3. for file in sys.argv[1:]
  4.     print('Processing file: %s', file)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement