We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fcff3e commit 5681dadCopy full SHA for 5681dad
bin/run-all.sh
@@ -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
0 commit comments