logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://anongit.hacktivis.me/git/dotfiles.git/

npm (269B)


  1. #!/bin/execlineb -s0
  2. getcwd -E PWD
  3. bwrap
  4. --die-with-parent
  5. --unshare-all
  6. --share-net
  7. --ro-bind / /
  8. --tmpfs /tmp
  9. --dir /sysroot
  10. --bind $PWD /sysroot
  11. --bind /home/haelwenn/.npm /home/haelwenn/.npm
  12. --chdir /sysroot
  13. --proc /proc
  14. --dev /dev
  15. -- /usr/bin/npm "$@"