This subdirectory contains library shell scripts that support interrupt handling and displaying a stack trace.
common/ ├── common │ └── sh │ ├── stacktrace.sh │ ├── tempdir.sh │ └── traputils.sh ├── common.sh └── preserve_argv.sh
source common/common/sh/stacktrace.sh source common/common/sh/tempdir.sh
source common/common.sh source common/common.sh --tempdir source common/common.sh --traputils --stacktrace