Created
July 21, 2017 14:50
-
-
Save cnovoab/59dd95bba0d08c5404df983295eca96a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Install mpg123 library if you need to (sudo apt-get install mpg123) | |
BASE_URL="http://profesionalesecuador.com/amorcomprensionyternura/" | |
#declare -A LIST | |
LIST[0]="meloestoy_tomandoyo_mi_estimada.mp3" | |
LIST[1]="elquelahace_laolvida_peroelquelorecibe_nunca.mp3" | |
LIST[2]="entonces_cortele_libertad_alas.mp3" | |
LIST[3]="meama_yporque_meama_mi_mama.mp3" | |
LIST[4]="yonecesito_amor_comprension_ternura.mp3" | |
LIST[5]="yosoy_un_bebe.mp3" | |
for file in ${LIST[*]} | |
do | |
echo "Playing: ${file}" | |
mpg123 ${BASE_URL}${file} | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ya basta novoa!