Compare commits

..

2 commits

View file

@ -85,7 +85,7 @@ done
if (( WATCH_MODE == 1 )); then
export CHANGELOG_URL MAX_LINES
export -f colourise_CL
watch -n "$REFRESH_INTERVAL" -t -c "$0 -u \"$CHANGELOG_URL\" -l \"$MAX_LINES\""
exec watch -n "$REFRESH_INTERVAL" -t -c "$0 -u \"$CHANGELOG_URL\" -l \"$MAX_LINES\""
exit $?
else
colourise_CL