this repo has no description
OCaml 53.7%
C 38.6%
Dune 1.0%
Makefile 0.2%
Other 6.6%
14 2 0

Clone this repository

https://tangled.org/anil.recoil.org/shelter
git@git.recoil.org:anil.recoil.org/shelter

For self-hosted knots, clone URLs may differ based on your setup.

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.