Amount/unit complete.
This commit is contained in:
parent
7bd9c4d16f
commit
4ddd2563b4
@ -1,3 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
curl http://yourWebserver/rhasspy/shoppingList.php?command=printProductList
|
# Adjust the URL to match where your php interface is.
|
||||||
|
|
||||||
|
curl http://yourWebserver/rhasspy/shoppingList.php?command=printProductList
|
@ -1,3 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Adjust the URL to match where your php interface is.
|
||||||
|
|
||||||
curl http://yourWebserver/rhasspy/shoppingList.php?command=printUnitList
|
curl http://yourWebserver/rhasspy/shoppingList.php?command=printUnitList
|
||||||
|
Loading…
Reference in New Issue
Block a user