Savoir si une chaîne twitch est en ligne - retour accueil
git clone git://bebou.netlib.re/twitch-online
Log | Files | Refs | README |
commit b7f20a4c26111fa36cd5020a664540c098bfb105 Auterice: arthur <arthur.pons@unistra.fr> Date: Wed, 2 Mar 2022 19:28:32 +0100 Tester si une chaîne est live ou pas Diffstat:
A | test.sh | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/test.sh b/test.sh @@ -0,0 +1,3 @@ +#! /bin/sh + +curl -sL sullygnome.com/channel/$1 | grep "Online now"