We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2459af2 commit a2f2e13Copy full SHA for a2f2e13
videos/vidcap.sh
@@ -81,8 +81,6 @@ error_exit() {
81
printf "%s\n" "${PROGNAME}: ${error_message:-"${red}Unknown Error${reset}"}" >&2
82
exit 1
83
}
84
-# Use as following:
85
-# command || error_exit "command failed in line $LINENO"
86
87
graceful_exit() {
88
exit 0
0 commit comments