diff --git a/build.sh b/build.sh new file mode 100644 index 0000000000000000000000000000000000000000..aebc11052fd7d97f555bc5f331cbc8f222bcede0 --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +#! bin/sh +for n in `find . -name "*.py"` +do + python $n +done \ No newline at end of file