Skip to content

Instantly share code, notes, and snippets.

@vbajpai
Created July 18, 2012 13:46
Show Gist options
  • Save vbajpai/3136300 to your computer and use it in GitHub Desktop.
Save vbajpai/3136300 to your computer and use it in GitHub Desktop.
Run All the Python Files in the Current Directory
>> ls | while read file; do python $file; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment