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