Created
November 21, 2014 12:43
-
-
Save nkigen/8f9505b40e7938cfea9d to your computer and use it in GitHub Desktop.
Robel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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