Skip to content

Commit 5681dad

Browse files
committed
add script to run all examples
1 parent 0fcff3e commit 5681dad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

bin/run-all.sh

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
echo "languageDetection.php"
3+
php classification/languageDetection.php
4+
echo ""
5+
6+
echo "wineQuality.php"
7+
php regression/wineQuality.php
8+
echo ""

0 commit comments

Comments
 (0)