mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
16 lines
728 B
Text
16 lines
728 B
Text
shell-toolbox is a collection of shell script development tools.
|
|
|
|
Currently, the only included script is "shell", which is useful for testing
|
|
things in an interactive environment other than your usual shell, or for
|
|
testing things in a clean environment with automatic cleanup of any files left
|
|
behind.
|
|
|
|
It creates a "temporary interactive shell" with a temporary working directory
|
|
(unless the "-d" flag is used to specify an existing directory) and clean
|
|
environment. The working directory is removed when the shell exits
|
|
(unless the "-k" or "-d" flag was used).
|
|
|
|
The temporary working directory may also be pre-populated with the
|
|
contents of an existing directory (using the "-s" flag).
|
|
|
|
See "man 1 shell" after installation.
|