DCEM's bash script howto

Aus Hackerspace Ffm
Wechseln zu: Navigation, Suche

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: bashate

Google Style Guides: Shell

Indentations

I like to be able to copy and paste parts of a shell script directly to the shell. Indentations with tabs will cause problems here.