6 lines
101 B
Bash
Executable file
6 lines
101 B
Bash
Executable file
#!/bin/bash
|
|
|
|
for f in /home/rudi/Airtime/python_apps/media-monitor2/tests/*.py
|
|
do
|
|
python $f
|
|
done
|