Jump to content

Bash (Unix shell): Difference between revisions

Line 97: Line 97:
trap "exit" INT
trap "exit" INT
</syntaxhighlight>
</syntaxhighlight>
===Wait===
Add <code>wait</code> at the end of a script to wait for all subprocesses.


==dirname==
==dirname==