dotfiles/scripts/autorun.sh
2021-12-06 06:07:34 -06:00

13 lines
151 B
Bash
Executable file

#!/usr/bin/env bash
# export QT_QPA_PLATFORMTHEME='qt5ct'
function run {
if ! pgrep -f $1 ;
then
$@&
fi
}
run jellyfin-mpv-shim