Savoir si une chaîne twitch est en ligne - retour accueil
git clone git://bebou.netlib.re/twitch-online
Log | Files | Refs | README |
commit bc293a56381d16ae580532e3c833bacc84ecb438 parent 649c736bdd2f14e66ed32b8c960846154b395ecb Auterice: arthur <arthur.pons@unistra.fr> Date: Thu, 3 Mar 2022 15:40:32 +0100 Ajout sweetdreams Diffstat:
M | twitch_update | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/twitch_update b/twitch_update @@ -12,4 +12,5 @@ curl -sL sullygnome.com/channel/tfue | grep -q "Online now" && make_feed tfue curl -sL sullygnome.com/channel/diegosaurs | grep -q "Online now" && make_feed diegosaurs curl -sL sullygnome.com/channel/esl_csgo | grep -q "Online now" && make_feed esl_csgo curl -sL sullygnome.com/channel/blastpremier | grep -q "Online now" && make_feed blastpremier +curl -sL sullygnome.com/channel/sweetdreams | grep -q "Online now" && make_feed sweetdreams exit 0