#!/usr/bin/env bash echo_info() { echo "\033[32m[INFO] $1 \033[0m" } echo_error() { echo "\033[31m[ERROR] $1 \033[0m" }