commit 29ed53568304e3c5847e051b8b752cd7f686c679
parent c04df417ef21d0271cbc16b763d821e046daf9b7
Author: Claudio Alessi <smoppy@gmail.com>
Date: Sat, 27 Aug 2022 22:06:31 +0200
Properly format a code snippet.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -477,6 +477,7 @@ to manage wallpapers at all.
For instance, here is service to produce random numbers:
+```
rnum() {
n="$(shuf -n1 -i 10000-99999)"
@@ -487,6 +488,7 @@ rnum() {
rnum_use() {
xmessage -center "Random number: $1"
}
+```
A few convenient functions are availables: