Some informative and cool hacks on Shell Scripts.
Pic Credits:Janbrennen
A shell script is a computer program designed to be run by the Unix shell, a command line interpreter.The various dialects of shell scripts are considered to be scripting languages.
Reference: Wikipedia)
WIP(Work in Progress)....
This is a rough outline of what a contributor's workflow looks like:
- Create a topic branch from where you want to base your work (usually master).
- Make commits of logical units.
- Push your changes to a topic branch in your fork of the repository.
- Make sure the tests pass, and add any new tests as appropriate.
- Submit a pull request to the original repository.
Thanks for your contributions!
Check out Contributing section for more details.
The content of this repo is released under the MIT License by Ramit Surana. You can find a copy of this license in LICENSE or at http://opensource.org/licenses/mit.