From 9581b754cb39212dbebee56f46cb0260572c5df9 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Mon, 28 Nov 2022 00:04:12 -0600 Subject: use /bin/sh not /sbin/sh --- tagimg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tagimg') diff --git a/tagimg b/tagimg index 10017a2..109e7bd 100755 --- a/tagimg +++ b/tagimg @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # check for flags for i in $@; do -- cgit v1.2.3