Created
February 26, 2011 23:24
-
-
Save yamatt/845735 to your computer and use it in GitHub Desktop.
Run VLC as X user
This file contains hidden or 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
import os | |
sudo = "sudo -u xuser %s" | |
instruction = "vlc 20100420-0343a.mp3" | |
os.system(sudo % instruction) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For use with PirateJoggler