From 10f3cfb0d11e1f0330d000ce652c1c91d6ba54fd Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 29 May 2023 01:21:38 +0200 Subject: Added some styling to the notes --- content/notes/easy-time-took-in-bash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/notes') diff --git a/content/notes/easy-time-took-in-bash.md b/content/notes/easy-time-took-in-bash.md index e4a9bd2..b65c090 100644 --- a/content/notes/easy-time-took-in-bash.md +++ b/content/notes/easy-time-took-in-bash.md @@ -7,7 +7,7 @@ draft: false tags: [bash] --- -In Bash, the $SECONDS variable is a special variable that automatically keeps track of the number of seconds since the current shell or script started executing. It starts counting from the moment the script begins running. +In Bash, the `$SECONDS` variable is a special variable that automatically keeps track of the number of seconds since the current shell or script started executing. It starts counting from the moment the script begins running. ```bash #!/bin/bash -- cgit v1.2.3