Savoir si une chaîne twitch est en ligne - retour accueil
git clone git://bebou.netlib.re/twitch-online
Log | Files | Refs | README |
commit 649c736bdd2f14e66ed32b8c960846154b395ecb parent 6bd7b2c38b7a73dac266c12ff620a3747d183d14 Auterice: arthur <arthur.pons@unistra.fr> Date: Thu, 3 Mar 2022 15:35:28 +0100 Forçage de la suppression du feed Diffstat:
M | twitch_update | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/twitch_update b/twitch_update @@ -1,6 +1,6 @@ #! /bin/sh -rm ~/.sfeed/feeds/twitch +rm -f ~/.sfeed/feeds/twitch make_feed() { echo "$(date +'%s') https://twitch.tv/$1 $1" >> ~/.sfeed/feeds/twitch