Skip to content
Snippets Groups Projects

WIP: System shell to develop branch

Merged Felix Goding requested to merge system_shell into develop
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
build.sh 0 → 100644
+ 5
0
#! bin/sh
for n in `find . -name "*.py"`
do
python $n
done
\ No newline at end of file
Loading