Hacker News new | ask | show | jobs
by Conscat 138 days ago
Someone already mentioned AppImage, but I'd like to draw attention to this alternate implementation that executes as a POSIX shell script, making it possible to dynamic dispatch different programs on different architectures. e.g. a fat binary for ARM and x64.

https://github.com/mgord9518/shappimage

1 comments

So autotools but for execution instead of compilation?