diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-29 16:34:27 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-29 16:34:27 +0200 |
| commit | 1355c69b3c5746fd34aa9d33ed52d8739cc2da5f (patch) | |
| tree | 9994b672ee57ab4822347b4b779ac27b3f08f6fe /content/en/articles/bash-notes/index.md | |
| parent | 94d02d50ba9f84f7dfbb15c2743b493fd3a30334 (diff) | |
| parent | 0f01917b1bf52a98680352569c7d07fcce0182a6 (diff) | |
| download | danixxyz-1355c69b3c5746fd34aa9d33ed52d8739cc2da5f.tar.gz danixxyz-1355c69b3c5746fd34aa9d33ed52d8739cc2da5f.zip | |
Merge branch 'master' into productionrelease_29042026-1634
Diffstat (limited to 'content/en/articles/bash-notes/index.md')
| -rw-r--r-- | content/en/articles/bash-notes/index.md | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/content/en/articles/bash-notes/index.md b/content/en/articles/bash-notes/index.md index c11c812..f03548b 100644 --- a/content/en/articles/bash-notes/index.md +++ b/content/en/articles/bash-notes/index.md @@ -154,12 +154,15 @@ 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 +{{< actions inclass="border-2 shadow-xl mx-auto" outclass="flex justify-center" url="https://git.danix.xyz/?p=bash-notes.git;a=summary" desc="Download from Git Repository" >}} + Simply copy the script in your $PATH and make it executable, something like this should work: ```bash @@ -218,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 |
