> case $- in > *i*) # interactive shell only > echo "\n" > fortune -a > echo "" > ;; > esac
Hm, this gives me an Illegal variable name. error... Stef
> case $- in > *i*) # interactive shell only > echo "\n" > fortune -a > echo "" > ;; > esac
Hm, this gives me an Illegal variable name. error... Stef