fsquillace / junest

The lightweight Arch Linux based distro that runs, without root privileges, on top of any other Linux distro.
GNU General Public License v3.0
2.08k stars 110 forks source link

multi-call wrapper #318

Closed Nidrop closed 1 year ago

Nidrop commented 1 year ago

I suggest handling wrappers the same way busybox does. All exported binaries would be links to one junest-wrapper which does something like:

if [ "$0" != "junest-wrapper" ]; then
    # execute $0 in junest
fi
fsquillace commented 1 year ago

I love the idea. It will make the wrappers cleaner. I will give it a try at some point. Thanks!

fsquillace commented 1 year ago

Change merged into master branch.