Skip to content

Instantly share code, notes, and snippets.

@nickpresta
Last active December 24, 2015 03:19
Show Gist options
  • Select an option

  • Save nickpresta/6736157 to your computer and use it in GitHub Desktop.

Select an option

Save nickpresta/6736157 to your computer and use it in GitHub Desktop.
L=$HOME; cd $L; curl -o lr.mp3 "http://images2.mob.org/file_exchange/melodies_files/42670_wapres_ru.mp3" && curl -o lr.png http://i.imgur.com/0vusjnF.png && open -a "Preview" "$L/lr.png" && osascript -e "set Volume 3" && afplay lr.mp3 --volume 6;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment