dotfiles/.local/bin/scripts/vp

5 lines
167 B
Plaintext
Raw Normal View History

#!/bin/sh
2021-01-02 18:53:10 +00:00
# restarts VLS with the given paths
2020-12-07 20:53:41 +00:00
killall -q vlc
vlc --no-qt-error-dialogs --qt-start-minimized --qt-notification 0 --loop --random "$@" >/dev/null 2>&1 &