Skip to content

HostGrady/shell-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shell-scripts

A collection of my shell scripts. Most of these are POSIX shell scripts and all of these are licensed under the Unlicense unless otherwise specified.

Common Dependencies

The following scripts assume you are using the GNU Coreutils and have not been tested on non-linux machines

You will also want the following if you wish to use (some of) the scripts without modification:

Usage

Using the scripts is easy, run the following commands:

chmod +x /path/to/script (if needed)
./path/to/script

or alternatively:

sh /path/to/script (replace sh with bash if needed)

If you would like to use them as you would commands, add the folder containing your scripts to your path variable or move them to a folder within your path variable

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages