diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-29 16:11:07 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-29 16:11:07 +0200 |
| commit | 0f01917b1bf52a98680352569c7d07fcce0182a6 (patch) | |
| tree | 99d358e6d213e3f1ea15c36d42a42aeca241b6be /content/en/articles/bash-notes/index.md | |
| parent | 9f74b1a1b6b4dfdfaa3d4aecbf3bbc5215390f14 (diff) | |
| download | danixxyz-0f01917b1bf52a98680352569c7d07fcce0182a6.tar.gz danixxyz-0f01917b1bf52a98680352569c7d07fcce0182a6.zip | |
Updated draft for bash-notes article
Diffstat (limited to 'content/en/articles/bash-notes/index.md')
| -rw-r--r-- | content/en/articles/bash-notes/index.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/content/en/articles/bash-notes/index.md b/content/en/articles/bash-notes/index.md index 5a2e745..f03548b 100644 --- a/content/en/articles/bash-notes/index.md +++ b/content/en/articles/bash-notes/index.md @@ -154,9 +154,10 @@ notes.sh --restore=/some/dir And the script will take care of putting everything back where it belongs. -> ##### A bit of a warning on restoring backups -> -> *Keep in mind that all your existing notes will be overwritten in the process.* +{{< callout type="warning" title="Heads up" >}} + +Keep in mind that all your existing notes will be overwritten in the process. +{{< /callout >}} ### Installing @@ -220,4 +221,6 @@ It'd mean so much to receive some feedback, patches if you feel like contributin ### LICENSE -> bash-notes © 2023 by danix is licensed under CC BY-NC 4.0. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc/4.0/
\ No newline at end of file +{{< callout type="info" >}} +bash-notes © 2023 by danix is licensed under CC BY-NC 4.0. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc/4.0/ +{{< /callout >}}
\ No newline at end of file |
