index
:
dotfiles
master
My Dotfiles
Nathan Reiner <nathan@nathanreiner.xyz>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.local
/
bin
/
podplay
blob: 361928663b829d9ac1892a5b07f5c3bcdfd13cbc (
plain
)
1
2
#!/bin/sh
mpv
/mnt/data/Podcasts/
$(
ls
/mnt/data/Podcasts
|
dmenu
-p
"Play: "
)