summaryrefslogtreecommitdiff
path: root/bin/guiscripts/dmyt-not
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-05 14:30:21 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-05 14:30:21 +0200
commite4c833e535dcda3dd3145e06f2d7f187e2197efb (patch)
tree10be7ce47fd56cf3f8e694efe266c5c6e67f4b0c /bin/guiscripts/dmyt-not
parenta86e7cfce4bc2167383a071856f5deba77f30a5b (diff)
parentc41328bec94c2d3fe58b6cc0db7336702b054cb7 (diff)
Merge remote-tracking branch 'refs/remotes/origin/main'
Diffstat (limited to 'bin/guiscripts/dmyt-not')
-rwxr-xr-xbin/guiscripts/dmyt-not2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/guiscripts/dmyt-not b/bin/guiscripts/dmyt-not
index 4783a8d..293ddde 100755
--- a/bin/guiscripts/dmyt-not
+++ b/bin/guiscripts/dmyt-not
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/env sh
# Open a video from channels.yt-not by selecting the channel
channel="$(awk '{print $2}' ~/.local/share/yt-not/channels.yt-not | dmenu -l 2 -g 4)"
video_id="$(awk "/$channel/ {print \$3}" ~/.local/share/yt-not/channels.yt-not )"