Y
Hacker News
new
|
ask
|
show
|
jobs
by
belkinpower
98 days ago
This is already how busybox works. These examples are taking it to a more extreme level but it's not _that_ crazy.
1 comments
zahlman
98 days ago
AIUI, on Windows, pip (via the vendored `distlib`) also makes stub executables that work this way to implement the "entry points" defined in installed wheels. See:
https://github.com/pypa/distlib/blob/master/PC/ReadMe.txt
link