Jump to content

Bash (Unix shell): Difference between revisions

Line 12: Line 12:
echo $myvariable $anothervar
echo $myvariable $anothervar
</syntaxhighlight>
</syntaxhighlight>
You can check your bash scripts using [https://www.shellcheck.net/ https://www.shellcheck.net/].


==Usage==
==Usage==