I hate to be the bearer of bad news but... >#!/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
1) How do you fork this thing so that, for example, you can do a backup? 2) Using the shell will creat a job (typically "sh /usr/sbin/ticker") that will not be recognized by the "killall ticker" command. Or am I missing the point of this "conversion effort" ? Serge Caron _______________________________________________ Leaf-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-devel