From d99e377134397a9bffecf56b49cae4e98691a9ea Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Sat, 30 Jul 2022 15:58:54 -0600 Subject: [PATCH] Remove redundant cd --- functions/menu.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/functions/menu.sh b/functions/menu.sh index b9d0bcc5..3a671fc1 100644 --- a/functions/menu.sh +++ b/functions/menu.sh @@ -1,10 +1,6 @@ #!/bin/bash menu(){ -script=$(readlink -f "$0") -script_path=$(dirname "$script") -script_name="heavy_script.sh" -cd "$script_path" || exit clear -x title echo "1) Help"