1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-02-05 07:43:22 -08:00
rc/sh/note
2021-07-29 00:37:35 -07:00

9 lines
140 B
Bash

#!/usr/bin/env sh
# YES_ZSH
note() {
local IFS=" "
printf "\033[1m%s\033[0m\n" "$*" >&2
}
[ "${SOURCING:-0}" -gt 0 ] || note "$@"