* (filename-resolve-user filename)
resolves ~ and ~user in string filename
* (filename-resolve-variables filename)
resolves variables in string filename
Please comment!
I used the LGPL v2 or later to add the option to include into Guile
later on. I would like to hear your opinions on that.
On Monday, August 24, 2020, 07:47:42 PM GMT+1, Sebastian Miele
wrote:
>When I put
>
> (let ((pid (primitive-fork))
> (host THE-HOST)
> (control "~/.ssh/%C"))
> (if (eq? 0 pid)
> (execlp "ssh" "ssh"
> "-F" "none"
> "-S" control
>