1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-24 00:17:11 -07:00
rc/sh/note

12 lines
162 B
Plaintext
Raw Normal View History

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