aboutsummaryrefslogtreecommitdiff
path: root/src/blog/2024-09-20-c-scripting/c-scripting.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-06-09 09:33:40 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-06-09 09:33:40 +0200
commitccc759c09c0738efce3d3f6f063b98fc55c27802 (patch)
treeca514253dca711002a30f8728dcfe230429dea2e /src/blog/2024-09-20-c-scripting/c-scripting.md
parent954bd2f443fa9edcd68201f5579c908b7317c6fc (diff)
downloadsebastiano.tronto.net-ccc759c09c0738efce3d3f6f063b98fc55c27802.tar.gz
sebastiano.tronto.net-ccc759c09c0738efce3d3f6f063b98fc55c27802.zip
Added note to old blog post due to feedback
Diffstat (limited to 'src/blog/2024-09-20-c-scripting/c-scripting.md')
-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