From 019c8406d008b4cce666f208cc97f21cbdc78c8e Mon Sep 17 00:00:00 2001 From: g1n Date: Thu, 8 Jul 2021 15:59:13 +0000 Subject: [PATCH] Changed sh to bash --- twtxt-c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twtxt-c b/twtxt-c index 8edb5f6..eec1344 100755 --- a/twtxt-c +++ b/twtxt-c @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash PROGNAME=${0##*/} VERSION="0.0.1"