mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
2 lines
73 B
Bash
2 lines
73 B
Bash
|
for file in *.py ; do echo "running $file..." ; python $file; echo; done
|