rranjan03 / bst

A one-stop shop for process isolation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bst

bst (pronounced "bestie") is a one-stop shop for running programs in isolated Linux environments. It is, effectively, a combination of unshare, mount, setarch, chroot, and many others; taking care of all the low-level minutæ to get in an environment that is as isolated as possible.

The main purpose of bst is running CI/build processes in a somewhat deterministic fashion.

usage

$ bst <exe> <args...>

About

A one-stop shop for process isolation

License:MIT License


Languages

Language:C 83.7%Language:SuperCollider 8.5%Language:Perl 4.3%Language:Makefile 1.9%Language:Shell 1.6%