summaryrefslogtreecommitdiff
path: root/bin/guiscripts/dmyt-not
diff options
context:
space:
mode:
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 )"