Reports whether the server started by ghqc() is currently running and, if
so, prints its URL.
Value
The stored server URL invisibly, or NULL invisibly if no server
has been started this session.
Examples
if (FALSE) { # \dontrun{
ghqc()
ghqc_status()
} # }