From 206f159d43abfd677696f06d26108add54c0a7d4 Mon Sep 17 00:00:00 2001 From: dany Date: Sun, 21 Aug 2022 19:15:04 +0200 Subject: [PATCH] use sh as shell when bash command is executed --- bash | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bash diff --git a/bash b/bash new file mode 100644 index 0000000..ff820dd --- /dev/null +++ b/bash @@ -0,0 +1,2 @@ +#! /bin/sh +/bin/sh $* \ No newline at end of file