1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-16 04:44:55 +02:00
antelope-api-healthcheck/scripts/functions/log_install.sh

5 lines
89 B
Bash

#!/bin/bash
log_install() {
echo -e "[\e[34m::\e[0m] Installing: \e[32m${1}\e[0m"
}