Skip to content

Instantly share code, notes, and snippets.

@robsyme
Created July 10, 2009 07:10
Show Gist options
  • Save robsyme/144288 to your computer and use it in GitHub Desktop.
Save robsyme/144288 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "Starting script now..."
sleep 5m
vlc ~/Music/im_going_to_kill_you.mp3 --volume 1024
echo "Script done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment