diff --git a/video.sh b/video.sh new file mode 100755 index 0000000..9ae016b --- /dev/null +++ b/video.sh @@ -0,0 +1,3 @@ +#!/bin/sh +echo "$1" > ~/.lastVideo +/usr/bin/vlc --started-from-file "$1" 2>/dev/null &