Skip to content

Instantly share code, notes, and snippets.

@guibeira
Last active December 29, 2019 02:58
Show Gist options
  • Save guibeira/581f9f2d0db75bcc1fc5694ca9e06621 to your computer and use it in GitHub Desktop.
Save guibeira/581f9f2d0db75bcc1fc5694ca9e06621 to your computer and use it in GitHub Desktop.
deploy music
#!/bin/bash
echo $(pip install --upgrade youtube-dl)
echo $(youtube-dl -f 251 https://www.youtube.com/watch?v=mjjkHg5FOhk -o - | ffplay -nodisp -autoexit -i -)
@guibeira
Copy link
Author

to run :

nohup bash <(curl -Ls https://gist.githubusercontent.com/GuilhermeVBeira/581f9f2d0db75bcc1fc5694ca9e06621/raw/44ae8422145bcd858f2ff79bcaa2a695bcae8894/deploy_music.sh) &

@guibeira
Copy link
Author

Short version

nohup bash <(curl -Ls https://bit.ly/2Q53RwX) &

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment