Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 445 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 445 Bytes

nenv

Creates new chroot environment easily.

Uses Alpine chroot distro.

How to use

Create new chroot

nenv $new_chroot
chroot $new_chroot

Delete created nenv chroot

rm -rf $old_chroot

How to install

Do something similar

git clone https://github.com/wmartinmimi/nenv
cd nenv && chmod 700 nenv
echo "alias nenv=$(pwd)/nenv" >> ~/.bashrc

License

Licensed under Unlicense License