Added phpInterface and shellScripts
This commit is contained in:
9
shellScripts/ShoppingListSend.sh
Normal file
9
shellScripts/ShoppingListSend.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
java -jar /home/pi/hc_scripts/ShoppingList.jar --action sendList
|
||||
if [ "$?" -eq "0" ]
|
||||
then
|
||||
exit 0
|
||||
else
|
||||
exit 1
|
||||
fi
|
Reference in New Issue
Block a user