Skip to content
Snippets Groups Projects
Commit bf72228b authored by Andrew Erickson's avatar Andrew Erickson
Browse files

restore: exit on first error also

parent 04bf6005
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -e
trap 'echo -ne "\n:::\n:::\tCaught signal, exiting at line $LINENO, while running :${BASH_COMMAND}:\n:::\n"; exit' SIGINT SIGQUIT
current_path=$(pwd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment