Skip to content

Commit 2c99b57

Browse files
committed
runAll script for examples
1 parent 81625fb commit 2c99b57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/runAll.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
for file in dist/*js; do node $file; done

0 commit comments

Comments
 (0)