[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Script help for sig
- Subject: [ale] Script help for sig
- From: esoteric at 3times25.net (Geoffrey)
- Date: Sun Feb 13 21:38:10 2005
- In-reply-to: <1108336468.34490.3.camel@localhost>
- References: <20050213163152.308c2003@localhost> <[email protected]> <1108336468.34490.3.camel@localhost>
Trey Sizemore wrote:
> On Sun, 2005-02-13 at 17:04 -0500, James Sumners wrote:
>
>>Sylpheed-claws supports dynamic signatures. The information is hard to
>>find on their web site but --
>>http://www.tmtm.org/cgi-bin/w3ml/sylpheed/msg/16905 -- that link
>>should help.
>>
>
>
> Thanks. It looks like that will give me the fortune part, but I need
> the script to give the static content along with 'uname' and 'uptime.'
What's wrong with a simple shell script?
#!/bin/bash
fortune -s
uname
uptime
???
--
Until later, Geoffrey (who obviously missed something..)