Skip to content

Instantly share code, notes, and snippets.

@nkigen
Created November 21, 2014 12:43
Show Gist options
  • Save nkigen/8f9505b40e7938cfea9d to your computer and use it in GitHub Desktop.
Save nkigen/8f9505b40e7938cfea9d to your computer and use it in GitHub Desktop.
Robel
#!/bin/bash
BASE="src"
for filename in $(ls $BASE/*simulator.py)
do
python $filename
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment