Switch to OOP style code
This commit is contained in:
@@ -25,6 +25,7 @@ colorize() {
|
||||
handle_error() {
|
||||
log ERROR "An error occurred on line $1"
|
||||
}
|
||||
|
||||
trap 'handle_error $LINENO' ERR
|
||||
# Multiline string test
|
||||
read -r -d '' MULTI <<'CPP'
|
||||
|
||||
Reference in New Issue
Block a user