1shelter
2-------
3
4A shell session shim that makes exploring from the terminal a little bit easier.
5
6## Up and running
7
8To test shelter locally you feel need a ZFS pool, for now you must name it `shelter`.
9
10```
11$ truncate --size=10G /var/shelter.img
12$ sudo zpool create shelter /var/shelter.img
13$ sudo -E dune exec -- shelter
14```
15
16Sometimes you want to just restart the world.
17
18```
19$ sudo zpool destroy shelter && sudo zpool create shelter /var/shelter.img && sudo rm -rf ~/.cache/shelter
20```
21
22## Shl files
23
24You can run both the main shelter program and the passthrough mode via a series of actions in a `.shl` file.