diff options
author | B. Watson <yalhcru@gmail.com> | 2022-01-11 13:06:42 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-17 09:03:29 +0700 |
commit | 7978e324d5b2aad21b6ea5a9862d97e32a7bbcf3 (patch) | |
tree | eb9824fcef4098ca59c2a3ace5c92341498e0155 /system/snore/README | |
parent | 8d93c32470175f84ef081ede5346d58ccc043950 (diff) | |
download | slackbuilds-7978e324d5b2aad21b6ea5a9862d97e32a7bbcf3.tar.gz |
system/snore: Added (sleep with visual feedback)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/snore/README')
-rw-r--r-- | system/snore/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/snore/README b/system/snore/README new file mode 100644 index 0000000000..a9acf28aac --- /dev/null +++ b/system/snore/README @@ -0,0 +1,10 @@ +snore (sleep with visual feedback) + +Usage: snore [-v] [NUMBER[SUFFIX]...] + +snore pauses for NUMBER seconds. SUFFIX may be 's' for seconds +(default), 'm' for minutes, 'h' four hours or 'd' for days. Given two +or more arguments, pause for the amount of time specified by the sum +of their values. A visual feedback is given by printing the flowing +of time in both ascending and descending order. If no arguments are +given, snore pauses for 1d (one day). |