Skip to content
Snippets Groups Projects
Commit f0370cfd authored by Felix Goding's avatar Felix Goding
Browse files

Update build.sh

parent a66fa7f4
No related branches found
No related tags found
1 merge request!1WIP: System shell to develop branch
Pipeline #9352 passed
#! bin/sh
for n in `find . -name "*.py"`
do
python $n
python3 $n
done
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment