|
|
@ -27,7 +27,7 @@ function show_command {
|
|
|
|
tput sgr0
|
|
|
|
tput sgr0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
# Function to display arrows with a jumping effect
|
|
|
|
# Display arrows
|
|
|
|
function show_arrows_jump {
|
|
|
|
function show_arrows_jump {
|
|
|
|
for _ in {1}; do
|
|
|
|
for _ in {1}; do
|
|
|
|
echo -e "\n\t⬇ ⬇ ⬇ \n"
|
|
|
|
echo -e "\n\t⬇ ⬇ ⬇ \n"
|
|
|
@ -58,7 +58,7 @@ function build {
|
|
|
|
show_success "Compilation completed."
|
|
|
|
show_success "Compilation completed."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
# Execute the executable
|
|
|
|
# Execute
|
|
|
|
function execute {
|
|
|
|
function execute {
|
|
|
|
local executable="$APP_NAME"
|
|
|
|
local executable="$APP_NAME"
|
|
|
|
local command="./$executable"
|
|
|
|
local command="./$executable"
|
|
|
@ -72,7 +72,7 @@ function execute {
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
# Display help
|
|
|
|
# --help
|
|
|
|
function show_help {
|
|
|
|
function show_help {
|
|
|
|
echo "Usage: $SCRIPT_NAME [options]"
|
|
|
|
echo "Usage: $SCRIPT_NAME [options]"
|
|
|
|
echo "Options:"
|
|
|
|
echo "Options:"
|
|
|
|