Crates.io | isolationism |
lib.rs | isolationism |
version | 0.1.69420 |
source | src |
created_at | 2023-11-27 03:43:48.010142 |
updated_at | 2023-11-28 03:52:52.69678 |
description | Generates a shell script that runs an application in an isolated home directory |
homepage | https://github.com/thebearodactyl/app-isolator |
repository | |
max_upload_size | |
id | 1049696 |
size | 22,499 |
Bash:
app-isolator /path/to/exec --shell bash
Fish:
app-isolator /path/to/exec --shell fish
Method #1 - Just
Install just on your system, clone the repo, and run `just release`
Method #2 - Cargo
Clone the repo and run `cargo build --profile release`