mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Removed a bunch of old examples. (#502)
* Removed a bunch of old examples. * moved grafana back. * Bumping, circle didn't do build... ?
This commit is contained in:
11
examples/test.sh
Executable file
11
examples/test.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
testlist=`find -L "$@" -type f -executable -name test.sh`
|
||||
|
||||
for test in $testlist
|
||||
do
|
||||
cd $(dirname $test)
|
||||
echo "${test}"
|
||||
./test.sh
|
||||
cd ..
|
||||
done
|
||||
Reference in New Issue
Block a user