From d95e3939cff1494cb903b83648ece257aee26969 Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Mon, 9 Mar 2020 19:38:07 +0100 Subject: [PATCH] Change interpreter from bash to sh, fix --- dotman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotman b/dotman index 5317f69..21d241e 100755 --- a/dotman +++ b/dotman @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/usr/bin/env sh greeter() { cat <