Add shell.sh

This commit is contained in:
Tom Wiesing 2020-07-07 12:13:28 +02:00
parent e63c393216
commit 85a717274c
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
4 changed files with 56 additions and 22 deletions

View file

@ -165,7 +165,16 @@ To use it, run:
sudo bash /factory/purge.sh SLUG
```
To ensure
## Open a shell -- 'shell.sh'
Sometimes manual changes to a given WissKI instance are required.
For this purpose, you can use:
```bash
sudo bash /factory/shell.sh SLUG
```
This will open a shell in the provided WissKI instance.
## License