Evolution script signature

Alexander Dalloz alexander.dalloz at uni-bielefeld.de
Fri Jan 23 14:05:22 UTC 2004


Am Fr, den 23.01.2004 schrieb Mike Chambers um 14:45:
> On Fri, 2004-01-23 at 07:32, B. Johannessen wrote:
> 
> > #!/bin/sh
> > cat << EOF
> > -- <br>
> > -=[ B. Johannessen | bob at db.org -=- http://db.org/ | +4797152009 ]=-<br>
> > -=[ Mail & Spam - News, Drafts & Standards - http://db.org/blog/ ]=-<br>
> > -=[ On the Origin Of Spam: Spam Statistics - http://db.org/spam/ ]=-<br>
> > EOF
> 
> How would you add in your machine uptime or a command to that?

[ snip ]

#!/bin/bash
echo "<br>"
echo "-- <br>"
uname -r -v -p -o; echo "<br>"
uptime; echo "<br>"
echo "<br>"

will produce the signature you see below

-- 
2.4.22-1.2149.nptl #1 Wed Jan 7 12:57:33 EST 2004 athlon GNU/Linux 
15:04:24 up 5 days, 13:09, 7 users, load average: 0.21, 0.35, 0.34 






More information about the fedora-list mailing list