Added
Link Here
|
1 |
shell-toolbox is a collection of shell script development tools. |
2 |
|
3 |
Currently, the only included script is "shell", which is useful for testing |
4 |
things in an interactive environment other than your usual shell, or for |
5 |
testing things in a clean environment with automatic cleanup of any files left |
6 |
behind. |
7 |
|
8 |
It creates a "temporary interactive shell" with a temporary working directory |
9 |
(unless the "-d" flag is used to specify an existing directory) and clean |
10 |
environment. The working directory is removed when the shell exits |
11 |
(unless the "-k" or "-d" flag was used). |
12 |
|
13 |
The temporary working directory may also be pre-populated with the |
14 |
contents of an existing directory (using the "-s" flag). |
15 |
|
16 |
WWW: https://github.com/kusalananda/shell-toolbox |