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:"