Hacker News new | ask | show | jobs
by gradientsrneat 80 days ago
busybox does a similar trick where it executes a different program based on the program's name. But it uses symlinks for the different names, so it doesn't use significantly more space by doing this.