mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-16 04:44:55 +02:00
5 lines
89 B
Bash
5 lines
89 B
Bash
#!/bin/bash
|
|
|
|
log_install() {
|
|
echo -e "[\e[34m::\e[0m] Installing: \e[32m${1}\e[0m"
|
|
}
|