1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-18 05:00:03 +02:00

Adding scripts/functions/log_install.sh

This commit is contained in:
Henrik Hautakoski 2022-08-19 13:30:37 +02:00
parent 4a7d74594e
commit 787adca5bd
No known key found for this signature in database
GPG key ID: 608414D93E862CCD

View file

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