diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-04-16 10:09:29 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-04-16 10:09:29 +0200 |
commit | 692bc52c20da866630fa401be6740bc38f8f8574 (patch) | |
tree | be52e621dbbb15bfd2f43ec92053e4b0a817c392 /bin/extra/ytplay | |
parent | 197a1a74f468d9d69d624b19f90280a3946455e5 (diff) | |
parent | 19ea61db733c9152f2b334b0ae9871f81ac3664d (diff) |
Merge branch 'main' of debuc.com:dotfiles
Diffstat (limited to 'bin/extra/ytplay')
-rwxr-xr-x | bin/extra/ytplay | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/extra/ytplay b/bin/extra/ytplay new file mode 100755 index 0000000..b5c1a8c --- /dev/null +++ b/bin/extra/ytplay @@ -0,0 +1,2 @@ +#!/bin/sh +yt-dlp -o - "$(ytlink)" | mpv - |