mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
7 lines
158 B
Bash
7 lines
158 B
Bash
# signal trapping
|
|
|
|
# TODO: Review and if possible fix shellcheck errors.
|
|
# shellcheck disable=all
|
|
# shellcheck shell=bash
|
|
|
|
trap 'error_handler ${LINENO}' ERR
|