Commit 576a7246 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* demo.sh for Mac OS X VLC command

parent 4c4aa218
......@@ -6,7 +6,11 @@
########################################################################
#TODO: change on Max OS X
VLC="./vlc --quiet --color "
if test ".`uname -s`" = ".Darwin"; then
VLC="./VLC.app/Contents/MacOS/VLC --quiet --color "
else
VLC="./vlc --quiet --color "
fi
CMD=""
pyschedelic()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment