> Thks. It does it. So final script should be:

> Gain: 1,3K :-) + one migration problem resolved ...

How about saving a couple more bytes:

#!/bin/sh
trap 'exit' 0 2 5 15
echo -n " "
while : ; do
  for i in \\ \| / - ; do
    echo -e -n "\b$i"
    sleep 1
  done
done

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)



_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to