npm (269B)
- #!/bin/execlineb -s0
- getcwd -E PWD
- bwrap
- --die-with-parent
- --unshare-all
- --share-net
- --ro-bind / /
- --tmpfs /tmp
- --dir /sysroot
- --bind $PWD /sysroot
- --bind /home/haelwenn/.npm /home/haelwenn/.npm
- --chdir /sysroot
- --proc /proc
- --dev /dev
- -- /usr/bin/npm "$@"