commands.sh

genie

linux

Set up and use a "bottle" namespace to run systemd under WSL (Windows Subsystem for Linux). To run these from Windows rather than an already-running distribution, precede them with `wsl`.

More info →

Options (3)

-i, --initializeboolean

Initialize the bottle (run once, at start)

Example: genie {{[-i|--initialize]}}
-s, --shellboolean

Run a login shell inside the bottle

Example: genie {{[-s|--shell]}}
-c, --commandboolean

Run a specified command inside the bottle

Example: genie {{[-c|--command]}} {{command}}

Examples (3)

Initialize the bottle (run once, at start)

genie [-i|--initialize]

Run a login shell inside the bottle

genie [-s|--shell]

Run a specified command inside the bottle

genie [-c|--command] command
made by @shridhargupta | data from tldr-pages