For the command-line creators who want to save those precious 15 minutes at the start
A simple boilerplate code to get started on developing bash script applications, which accept arguments similar to most Linux command-line applications.
Fork the project and try it with :
./basher.sh --help
A VERSION file in the same directory as the basher script is used for maintaining the application script version information
Please refer to TODO
file for things still left to be done
The code in this project is licensed under the Apache 2.0 License.
Please refer to the LICENSE
file for more information