1# shellcheck shell=bash 2 3warn() { 4 printf "\033[1;35mwarning:\033[0m %s\n" "$*" >&2 5}