Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 800 Bytes

README.md

File metadata and controls

51 lines (36 loc) · 800 Bytes

bash-snippets

A collection of bash snippets

Features

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

Known Issues

None

Release Notes

0.0.1

  • shebang : shebang
  • e : echo
  • fn : function
  • if : if
  • ife : if else
  • elif : elif
  • until : until

0.0.2

Added a logo

1.0.0

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!