Skip to content

Day 20 - minor suggestions #2

@livialima

Description

@livialima

Mod mail from u/linux26

Good tutorial! but a few things:

but in the first line and followed by a "!"
The shebang doesn't just have to be in the first line, it has to be within the first two bytes. https://stackoverflow.com/a/3009280

Also consider using a here document instead of echo on multiple lines. cat << EOF

$() is better than `` since the latter gets really complicated to nest.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions