Update 'build.sh'

pull/1/head
Matheo HERSAN 2 years ago
parent 68b48c0b7b
commit be69023190

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

Loading…
Cancel
Save