dotfiles/.local/bin/focus
2020-06-26 23:21:22 +02:00

4 lines
168 B
Bash
Executable file

#!/bin/sh
playlistPath="$HOME/daten/music/Playlists"
vlc $(find $playlistPath -iname "Focus$1.m3u8" | grep . || find $playlistPath -iname "$1.m3u8") >/dev/null 2>&1 &