A collection of bash snippets
Just a few snippets to make shellscript dev easier
- shebang : shebang
- e : echo
- fn : function
- fnd : function with definitions
- if : if
- ife : if else
- elif : elif
- until : until
- main : main
- const : const
- todo : TODO
None
- shebang : shebang
- e : echo
- fn : function
- if : if
- ife : if else
- elif : elif
- until : until
Added a logo
This release updated the format choice for function names (fn) to align with the Shell Style Guide
Additionally it added the following new snippets:
- fnd : function with definitions
- main : main
- const : const
- todo : TODO
Enjoy!