aboutsummaryrefslogtreecommitdiff
path: root/src/blog/2024-09-20-c-scripting
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-09-28 09:34:46 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-09-28 09:34:46 +0200
commitaa42ae52f6d5fc32727ab4c8a9d8375f9247e7c8 (patch)
tree222ae7cc52bf8395d44324bb829e2686acde10d8 /src/blog/2024-09-20-c-scripting
parentb55c05b91316f2054b3046794799e7eaa5ffcd8d (diff)
parentc192f8cde924377ffe4085a80f2baeb525658af1 (diff)
downloadsebastiano.tronto.net-aa42ae52f6d5fc32727ab4c8a9d8375f9247e7c8.tar.gz
sebastiano.tronto.net-aa42ae52f6d5fc32727ab4c8a9d8375f9247e7c8.zip
Merge branch 'master' of tronto.net:sebastiano.tronto.net
Diffstat (limited to 'src/blog/2024-09-20-c-scripting')
-rw-r--r--src/blog/2024-09-20-c-scripting/c-scripting.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/blog/2024-09-20-c-scripting/c-scripting.md b/src/blog/2024-09-20-c-scripting/c-scripting.md
index de70812..49ea366 100644
--- a/src/blog/2024-09-20-c-scripting/c-scripting.md
+++ b/src/blog/2024-09-20-c-scripting/c-scripting.md
@@ -75,6 +75,11 @@ systems! The command is also included in FreeBSD (since 4.3) and
75MacOS (since 13), and there are probably workarounds to make the 75MacOS (since 13), and there are probably workarounds to make the
76same concept work without it. 76same concept work without it.
77 77
78*Edit 2025-06-09: as a reader points out, `realpath` is included
79in the most recent POSIX standard,
80[POSIX.1-2024](https://pubs.opengroup.org/onlinepubs/9799919799/utilities/realpath.html),
81so it should be more widely available in the future.*
82
78## Credits 83## Credits
79 84
80I did not come up with this trick - I read about it in at least 85I did not come up with this trick - I read about it in at least

Generated with cgit - Back to sebastiano.tronto.net