On Wed, 23 Jan 2002, Mike Sensney wrote: > At 12:00 PM 1/23/2002 -0600, Charles Steinkuehler wrote: > > > > Unfortunately ticker_1.0 compiled under uClibc weighs in at 57396 bytes > > > (stripped). That's probably quite a bit more than its worth. > > > >I'd definately agree to that! If it can't be shrunk substantially, ticker > >should just go away... > > > Do it as a shell script: > > #!/bin/sh > echo -n " " > while : ; do > echo -e -n "\b" > echo -n "\\" > sleep 1 > echo -e -n "\b|" > sleep 1 > echo -e -n "\b/" > sleep 1 > echo -e -n "\b-" > sleep 1 > done > >
weighs in at 172 bytes on my system... :-) -- Jack Coates Monkeynoodle: A Scientific Venture... _______________________________________________ Leaf-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-devel
