application-amicale-serveur/menu/menu_update.sh

6 lines
168 B
Bash
Raw Normal View History

#!/bin/bash
2020-06-24 14:38:22 +02:00
2020-03-14 15:56:48 +01:00
touch lock
2020-06-24 14:38:22 +02:00
curl "https://webservices-v2.crous-mobile.fr/ws/v1/regions/5/restaurants/114/menus" > menu_data.json && python3 handler.py > log 2> err
2020-03-14 15:56:48 +01:00
rm lock