commit eeeb9da603bc6bbeaf76d9bd270222c8084fd417
parent a61b42082f6b05e84634901e93c37b5f45e5aa94
Author: Nixx <nixx@firemail.cc>
Date: Mon, 21 Dec 2020 09:54:12 +0000
Point to bash rather than plain sh.
Diffstat:
3 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/ytchannel b/ytchannel
@@ -1,5 +1,4 @@
-#!/bin/sh
-# Last Revision: Tue 20 Oct 13:30:07 BST 2020
+#!/bin/bash
# A companion piece for ytsearch. Allows you to find the channel of videos, to use in RSS feed.
# DEPENDS: youtube-dl, xclip, coreutils
#
diff --git a/ytformat b/ytformat
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Just to convert one format of link to another.
#
# Copyright (C) <2020> <nixx@firemail.cc>
diff --git a/ytsearch b/ytsearch
@@ -1,5 +1,4 @@
-#!/bin/sh
-# Last Revision: Fri 30 Oct 22:04:00 GMT 2020
+#!/bin/bash
# A messy bash TUI client for YT/Invidious.
# DEPENDS: youtube-dl, mpv, ffmpeg, xclip, coreutils
#