mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-30 05:02:54 +08:00
7 lines
130 B
Plaintext
7 lines
130 B
Plaintext
|
# failexit.mrg
|
||
|
function failexit () {
|
||
|
echo '! Something failed! Code: '"$1 $2" # code # (and optional description)
|
||
|
exit $1
|
||
|
}
|
||
|
|