5 lines
96 B
Text
5 lines
96 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
wget https://static.tyleodev.fr/scr/ytmp3
|
||
|
mv ytmp3 /bin
|
||
|
chmod +x /bin/ytmp3
|