Tweaks
[?]
Mar 21, 2023, 2:36 PM
J2SBQJQUS7TXDCMYASWXLUBAGXCP3GNNYYBI2S4GAU4W7RW6NREQCDependencies
- [2]
QICPGJ2DMake simple.c dump more concise - [3]
UWWBKZ4RImprove README - [4]
VXZ5QMIEFix CI - [5]
52F4Q6CJUpdate README - [6]
4ZATYF22Add license - [7]
VMUKZQZRWork on 02-nix-build - [*]
7AUC4NKIInitial commit
Change contents
- replacement in README.md at line 52
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.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
h The source codeh The source code is taken from https://curl.se/libcurl/c/simple.html