dotfiles/.local/bin/scripts/vp
2021-01-23 19:55:22 +01:00

4 lines
167 B
Bash
Executable file

#!/bin/sh
# restarts VLS with the given paths
killall -q vlc
vlc --no-qt-error-dialogs --qt-start-minimized --qt-notification 0 --loop --random "$@" >/dev/null 2>&1 &