> case $- in
>   *i*)                # interactive shell only
>     echo "\n"
>     fortune -a
>     echo ""
>     ;;
> esac

Hm, this gives me an
Illegal variable name.
error...

Stef

Reply via email to