[plug] Only 10,000 seconds to go!
    Leon Brooks 
    leon-plug at cyberknights.com.au
       
    Fri Mar 18 07:20:30 WST 2005
    
    
  
The Uni time integer hits 1111111111 at 09:58:31 this morning.
  --**-- Recommended countdown recipe --**--
Ingredients:
  * "watch" program from procps
  * "figlet" program
  * extra fonts for figlets
To obtain these under Mandrake:
    urpmi procps figlet-more-fonts
Method:
    Put this into a file, call it countdown.sh -
#!/bin/sh
( echo -e "\n\n\n\n\n\n"
  figlet -kf basic $(date +%s)
  figlet -kf basic $[1111111111 - $(date +%s)] ) | \
  pr -to 20
    watch sh countdown.sh
Cheers; Leon
--
http://cyberknights.com.au/     Modern tools; traditional dedication
http://plug.linux.org.au/       Member, Perth Linux User Group
http://slpwa.asn.au/            Member, Linux Professionals WA
http://osia.net.au/             Member, Open Source Industry Australia
http://linux.org.au/            Member, Linux Australia
    
    
More information about the plug
mailing list