5 lines
		
	
	
		
			144 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			144 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| # Adjust the URL to match where your php interface is.
 | |
| 
 | |
| curl http://yourWebserver/rhasspy/shoppingList.php?command=printProductList |