Does ctdlsh take standard commands as if sent through sendcommand?
> Tue Feb 14 2017 11:24:16 PM EST from IGnatius T Foobar @ Uncensored
>Subject: Re: WebCit and CitServer upgrade
>
>
>Who was asking about ctdlsh? I made an important change to it tonight.
>
>You can now enter a single ctdlsh command on the command line, which makes
>ctdlsh usable in scripts. (Basically I was taking a cue from virsh, which I
>think was my inspiration for ctdlsh in the first place.)
>
>So you can do
>
>ctdlsh [-h citadel_dir] [cmd]
>
>If you don't enter a command it goes into interactive mode.
>
>Now we just need some good ideas for things to make ctdlsh able to do. :)
>Right now it can read and manipulate the server configuration, which is
>all-by-itself a pretty useful thing to be able to do. It can shutdown the
>server, read the list of logged-in users, reset account passwords, maybe a
>few other things.
>
>
>
>