-
Notifications
You must be signed in to change notification settings - Fork 12
Useful shell scripts for /bin/sh
License
kusalananda/shell-toolbox
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
######################################################################## # shell-toolbox ######################################################################## Useful shell scripts How to use: The scripts are documented with their own manuals. The same manuals are also available as plain text and Markdown in the "doc" directory of the source distribution. These will also be installed in "<prefix>/share/doc/shell-toolbox" by default. How to install: Please see the document called "INSTALL" in the source distribution. Tested on: Darwin FreeBSD NetBSD OpenBSD Solaris Ubuntu ------------------------------------------------------------------------ # Shell scripts ------------------------------------------------------------------------ * shell: Creates a shell for testing things in. This script 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. 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.
About
Useful shell scripts for /bin/sh
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published