On [EMAIL PROTECTED]:14CDT, Alex Carver <[EMAIL PROTECTED]> 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 _______________________________________________ Xastir mailing list Xastir@xastir.org http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir