├── .gitignore ├── LICENSE ├── Logo-Guía-de-estilos-bash.png ├── README.md └── plantilla.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/bash-guide-style/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/bash-guide-style/HEAD/LICENSE -------------------------------------------------------------------------------- /Logo-Guía-de-estilos-bash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/bash-guide-style/HEAD/Logo-Guía-de-estilos-bash.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/bash-guide-style/HEAD/README.md -------------------------------------------------------------------------------- /plantilla.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/bash-guide-style/HEAD/plantilla.sh --------------------------------------------------------------------------------