Something went wrong. Try again.
forked from patrick.sirref.org/shelter
Something went wrong. Try again.
OCaml 57%
C 36%
6%
Dune <1%
Cap'n Proto <1%
Makefile <1%
README.md
shelter #
A shell session shim that makes exploring from the terminal a little bit easier.
Up and running #
To test shelter locally you feel need a ZFS pool, for now you must name it shelter.
$ truncate --size=10G /var/shelter.img
$ sudo zpool create shelter /var/shelter.img
$ sudo -E dune exec -- shelter
Sometimes you want to just restart the world.
$ sudo zpool destroy shelter && sudo zpool create shelter /var/shelter.img && sudo rm -rf ~/.cache/shelter
Shl files #
You can run both the main shelter program and the passthrough mode via a series of actions in a .shl file.