Make the url utility friendlier

This commit is contained in:
Nick Chambers 2021-07-19 16:59:57 -05:00
parent 26222d3525
commit 177995d8a5
1 changed files with 4 additions and 0 deletions

4
rowbot
View File

@ -141,6 +141,10 @@ url() {
fi
printf %s:%s "${config[server]}" "${config[port]}"
if [[ -t 1 ]]; then
printf \\n
fi
}
###