Skip to content

Instantly share code, notes, and snippets.

@pbouthil
pbouthil / startCherryMusic.sh
Created December 4, 2015 04:41
Start CherryMusic at Bootup
#!/bin/bash
#opens up new terminal window and executes python script
mate-terminal -e "python /home/user_name/CherryMusic/cherrymusic"