DCEM's bash script howto
Aus Hackerspace Ffm
Version vom 8. Januar 2020, 12:44 Uhr von DCEM (Diskussion | Beiträge)
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
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.