We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8fad5 commit cea45bcCopy full SHA for cea45bc
1 file changed
run_all_examples.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+for fil in ./examples/*.py; do
4
+ python $fil;
5
+ sleep 2;
6
+done
7
0 commit comments