From 80d5c54225e115ec0f260c253f14db25fbc7d117 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Wed, 8 Jan 2025 20:11:42 -0800 Subject: fix typos with `typos` --- sh/alarm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh/alarm') diff --git a/sh/alarm b/sh/alarm index 5342e7d..6b6cf4b 100755 --- a/sh/alarm +++ b/sh/alarm @@ -4,7 +4,7 @@ min="$1" [ "$1" ] && shift printf "notify-send -u critical %s; bell" "$(/usr/bin/printf '%q ' "${@:-alarm}")" | at now + "${min:-0}" minutes && [ "$min" ] && [ "$min" -ne 0 ] && notify-send "Successfully Scheduled" -# at used to not like string like 'Boiling Water!', don't know why now it works, if see similar issue, use folllowing codes +# at used to not like string like 'Boiling Water!', don't know why now it works, if see similar issue, use following codes #at now + "$1" minutes << EOF && notify-send 'Successfully Scheduled' #notify-send -u critical "${2:-alarm}" #bell -- cgit v1.2.3-70-g09d2