Tweaks

[?]
Mar 21, 2023, 2:36 PM
J2SBQJQUS7TXDCMYASWXLUBAGXCP3GNNYYBI2S4GAU4W7RW6NREQC

Dependencies

Change contents

  • replacement in README.md at line 52
    [4.1668][3.728:925]()
    Because of how the command evaluation is structured, care must be taken with characters that bash might interpret, in particular `'` and `|`, which may need escaping to `\'` and `\|` respectively.
    [4.1668]
    [3.925]
    Because of how the command evaluation is structured, care must be taken with characters that bash might interpret, in particular `'`, `;`, and `|`, which may need escaping to `\'`, `\;`, and `\|` respectively.
  • replacement in 02-nix-build/demo.sh at line 13
    [4.4453][4.4453:4471]()
    h The source code
    [4.4453]
    [2.76]
    h The source code is taken from https://curl.se/libcurl/c/simple.html