diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-29 01:21:38 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-29 01:21:38 +0200 |
| commit | 10f3cfb0d11e1f0330d000ce652c1c91d6ba54fd (patch) | |
| tree | c203d406d20c45011e9e5e22df1b4f12f79124c5 | |
| parent | cb78b71ff6afa3b535bcc9e816b2633ca13dc45e (diff) | |
| download | mitjafelicijan.com-10f3cfb0d11e1f0330d000ce652c1c91d6ba54fd.tar.gz | |
Added some styling to the notes
| -rw-r--r-- | content/notes/easy-time-took-in-bash.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 7 | tags: [bash] | 7 | tags: [bash] |
| 8 | --- | 8 | --- |
| 9 | 9 | ||
| 10 | 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. | 10 | 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. |
| 11 | 11 | ||
| 12 | ```bash | 12 | ```bash |
| 13 | #!/bin/bash | 13 | #!/bin/bash |
