aboutsummaryrefslogtreecommitdiff
path: root/vlc/run
diff options
context:
space:
mode:
Diffstat (limited to 'vlc/run')
-rwxr-xr-xvlc/run9
1 files changed, 0 insertions, 9 deletions
diff --git a/vlc/run b/vlc/run
deleted file mode 100755
index 7a4004c..0000000
--- a/vlc/run
+++ /dev/null
@@ -1,9 +0,0 @@
1#!/bin/bash
2
3docker run -ti --rm --net=host \
4 -w `pwd` \
5 -e DISPLAY \
6 -e XAUTHORITY=$HOME/.Xauthority \
7 -v $HOME/.Xauthority:$HOME/.Xauthority:ro \
8 -v `pwd`:`pwd`:ro \
9 vlc "$@"