Compare commits
No commits in common. "f3d3e664d76d429221ade5fa3bf84b2bbcecdb85" and "527af298473093cf01c58b4ec5b9dee9da87fd97" have entirely different histories.
f3d3e664d7
...
527af29847
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ done
|
||||||
if (( WATCH_MODE == 1 )); then
|
if (( WATCH_MODE == 1 )); then
|
||||||
export CHANGELOG_URL MAX_LINES
|
export CHANGELOG_URL MAX_LINES
|
||||||
export -f colourise_CL
|
export -f colourise_CL
|
||||||
exec watch -n "$REFRESH_INTERVAL" -t -c "$0 -u \"$CHANGELOG_URL\" -l \"$MAX_LINES\""
|
watch -n "$REFRESH_INTERVAL" -t -c "$0 -u \"$CHANGELOG_URL\" -l \"$MAX_LINES\""
|
||||||
exit $?
|
exit $?
|
||||||
else
|
else
|
||||||
colourise_CL
|
colourise_CL
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue