diff --git a/slotPrograms/shoppingProduct b/slotPrograms/shoppingProduct new file mode 100644 index 0000000..5d195c3 --- /dev/null +++ b/slotPrograms/shoppingProduct @@ -0,0 +1,3 @@ +#!/bin/bash + +curl http://yourWebserver/rhasspy/shoppingList.php?command=printProductList diff --git a/slotPrograms/shoppingUnit b/slotPrograms/shoppingUnit new file mode 100644 index 0000000..e23e53f --- /dev/null +++ b/slotPrograms/shoppingUnit @@ -0,0 +1,3 @@ +#!/bin/bash + +curl http://yourWebserver/rhasspy/shoppingList.php?command=printUnitList