initial commit
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash -e
|
||||
rm -rf temp
|
||||
rm -rf test-reports
|
||||
find . -type f -name test.sh | sort | xargs -L 1 bash
|
||||
Reference in New Issue
Block a user