Skip to content

A collection of useful bash scripts for UNIX operating systems (Linux, macOS, BSD)

License

Notifications You must be signed in to change notification settings

snem1216/UNIX-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

UNIX-Scripts

A collection of useful shell scripts for UNIX operating systems (Linux, macOS, BSD)

Commandify

A tool to install shell scripts (.sh) into a directory in your $PATH to make creating and updating custom commands easy and efficient. Self-installation (output directory will vary based on OS):

$ bash commandify.sh commandify.sh
SUCCESS: commandify.sh installed to /usr/local/bin/commandify

Arguments, all optional:

  • -f -- force, overwrite the existing command, if applicable
  • -n -- an alternate name you wish to use for the command (default is name of .sh file)
  • -p -- use specified path instead of default bin path

About

A collection of useful bash scripts for UNIX operating systems (Linux, macOS, BSD)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages