mu-wizard

shell script to easily configure mu4e accounts on Emacs
git clone git://git.ckyln.com/mu-wizard
Log | Files | Refs | LICENSE

commit 48939cb7f0066fe8edab62a042591488a4f54795
parent e1a82270d1f4a39789d161b64195f24a3e648206
Author: Cem Keylan <cem@ckyln.com>
Date:   Tue,  1 Jun 2021 20:22:35 +0300

err(): change error output format

Diffstat:
Mbin/muw | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/muw b/bin/muw @@ -331,7 +331,7 @@ getoptions_help() { } out() { printf '%s\n' "$@" >&2 ;} -err() { printf 'err: %s\n' "$@" >&2 ;} +err() { printf '\033[1m%s\033[m\n' "$@" >&2 ;} die() { err "$@"; exit 1 ;} version() { printf 'mu-wizard version: %s\n' unreleased ;} notify() {