Skip to content

pingmyheart/bash-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash Scripts

Build Status Coverage Status

About

Bash Scripts is a repository that contains utility scripts with a unique base script codebase. All the scripts contain an help command that explain the functionalities of the script itself.

How it works

It's preferred to use executable version of the script to avoid "bash" before each run. To make script executable, if it isn't already, use the following command

chmod +x script-name

Each script contains help command that can be get through the following command

./script-name -h

or

./script-name --help

Developer References

About

Bash Scripts is a repository that contains utility scripts with a unique base script codebase.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages