Des commandes pour utiliser youtube - retour accueil
git clone git://bebou.netlib.re/ytcli
Log | Files | Refs | README |
makefile (144B)
1 PREFIX = /usr/local 2 3 all: 4 5 install: 6 mkdir -p "${DESTDIR}${PREFIX}/bin" 7 cp yt* "${DESTDIR}${PREFIX}/bin" 8 cp twitch* "${DESTDIR}${PREFIX}/bin"