[Xastir] Re: Day/Night Users

Herman I. May KE5HYW at kempiweb.net
Sat Apr 19 13:23:02 EDT 2008


On 20080419 at 10:14CDT,  Alex Carver <kf4lvz at yahoo.com> wrote:

>  Then start xastir accordingly even using shell scripts:
>
>  ~/xastir.night:
>  #!/bin/bash
>  xastir -c ~/bob/.xastir.night
>
>  ~/xastir.day:
>  #!/bin/bash
>  xastir -c ~/bob/.xastir.day

Even easier:
For such a short command, simply add an alias to the shell resource
file (or aliases file, if applicable).

alias xD='xastir -c ~/bob/.xastir.day
alias xN='xastir -c ~/bob/.xastir.night'

Then, simply issue "xN" from the CLI and away you go.

Herman, KE5HYW



More information about the Xastir mailing list