Remove http://default from content
This commit is contained in:
parent
025aaf3be2
commit
76ed8e141b
392 changed files with 525 additions and 525 deletions
|
@ -55,11 +55,11 @@ body:
|
|||
|
||||
format: full_html
|
||||
processed: |
|
||||
<p>Yesterday, I wrote about <a href="http://default/daily/2024/08/19/bash-scripting-for-fun-and-profit">a bash script I've written</a> to export a list of videos on my external hard drive.</p>
|
||||
<p>Yesterday, I wrote about <a href="/daily/2024/08/19/bash-scripting-for-fun-and-profit">a bash script I've written</a> to export a list of videos on my external hard drive.</p>
|
||||
|
||||
<p>If you <a href="https://github.com/opdavies/dotfiles.nix/blob/a1ef2d1402c9c607e7a3e4427ce125d0cabeddcd/lib/shared/scripts/export-video-list.nix#L12-L31">looked at the script on GitHub</a> and you're familiar with bash scripting, you may have thought it looked a bit odd or missing some things.</p>
|
||||
|
||||
<p>That's because I wrote it <a href="http://default/daily/2022/09/26/experimenting-with-the-nix-package-manager">with Nix</a> - the tool I've been using for almost two years to manage my dotfiles and operating system configuration.</p>
|
||||
<p>That's because I wrote it <a href="/daily/2022/09/26/experimenting-with-the-nix-package-manager">with Nix</a> - the tool I've been using for almost two years to manage my dotfiles and operating system configuration.</p>
|
||||
|
||||
<p>Using Nix for bash scripts has advantages, like automatically adding the shebang line, setting sensible defaults for error handling, and automatically running <code>shellcheck</code> when switching.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue