Des commandes pour utiliser youtube - retour accueil
git clone git://bebou.netlib.re/ytcli
Log | Files | Refs | README |
commit 3581a7fe951357e3b73ff4b6be7509246c68d5f6 parent 6d675a5feb47a04e7911ea853b7977ba1b4bf7db Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Fri, 13 Sep 2024 15:45:34 +0200 gestion de l'install des scripts twitchs Pour je mets ça dans ytcli ? Diffstat:
M | makefile | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/makefile b/makefile @@ -5,3 +5,4 @@ all: install: mkdir -p "${DESTDIR}${PREFIX}/bin" cp yt* "${DESTDIR}${PREFIX}/bin" + cp twitch* "${DESTDIR}${PREFIX}/bin"