diff --git a/rowbot b/rowbot index 5ddea89..2e1e325 100755 --- a/rowbot +++ b/rowbot @@ -141,6 +141,10 @@ url() { fi printf %s:%s "${config[server]}" "${config[port]}" + + if [[ -t 1 ]]; then + printf \\n + fi } ###