From 9d368fc3e0375210d46063f1522a37949f46fc5f Mon Sep 17 00:00:00 2001 From: Mihai Pomeran <11661771+pomihai@users.noreply.github.com> Date: Sun, 3 Feb 2019 22:04:29 +0200 Subject: [PATCH] changed first line from /bin/sh to /bin/bash Liked your code because it's small and it does what it says. On my machine did not work with ../sh, only with ../bash I think it's better with bash. Do you? --- arg_parse_example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arg_parse_example b/arg_parse_example index 2393cce..1a0ea0c 100755 --- a/arg_parse_example +++ b/arg_parse_example @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash #abort on error set -e