Skip to content

Commit cea45bc

Browse files
committed
added script to run examples
1 parent 6f8fad5 commit cea45bc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

run_all_examples.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)