From 6698109b7b5e369d43c63b11d77b300618264dd5 Mon Sep 17 00:00:00 2001 From: eshanized Date: Tue, 16 Apr 2024 18:23:28 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20reposi?= =?UTF-8?q?tory=20=F0=9F=8E=89=20!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/bin/exec-terminal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/bin/exec-terminal b/usr/bin/exec-terminal index ec77d8a..28145d5 100644 --- a/usr/bin/exec-terminal +++ b/usr/bin/exec-terminal @@ -1,4 +1,5 @@ #!/usr/bin/bash + set -e EXEC_TERMINAL=bash @@ -6,7 +7,7 @@ EXEC_TERMINAL=bash usage() { echo "Usage: ${0##*/} [cmd]" echo ' -s [shell] Change shell to [shell]' - echo ' -h This help' + echo ' -h Show help' exit 1 }