From be690231900cbacb86cf2dd6432f227736b411ee Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Tue, 17 Oct 2023 12:53:57 +0200 Subject: [PATCH] Update 'build.sh' --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 5797bd4..53a92fe 100755 --- a/build.sh +++ b/build.sh @@ -27,7 +27,7 @@ function show_command { tput sgr0 } -# Function to display arrows with a jumping effect +# Display arrows function show_arrows_jump { for _ in {1}; do echo -e "\n\t⬇ ⬇ ⬇ \n" @@ -58,7 +58,7 @@ function build { show_success "Compilation completed." } -# Execute the executable +# Execute function execute { local executable="$APP_NAME" local command="./$executable" @@ -72,7 +72,7 @@ function execute { fi } -# Display help +# --help function show_help { echo "Usage: $SCRIPT_NAME [options]" echo "Options:"