Änderungen

Aus Hackerspace Ffm
Wechseln zu: Navigation, Suche

DCEM's bash script howto

153 Byte hinzugefügt, 11:44, 8. Jan. 2020
I'm not vell versed in using bash script and here I store the information that I think is useful.
 
== Code Style ==
I use bashate as lint tool:
[https://github.com/openstack/bashate bashate]
[https://google.github.io/styleguide/shell.xml Google Style Guides: Shell]
=== Indentations===I like to be able to copy and paste parts of a shell script directly to the shell.IndenIndentations with tabs will cause problems here.
610
Bearbeitungen