On 1/14/06, Pol Hallen <[EMAIL PROTECTED]> wrote: > Qual e' il modo migliore secondo voi?
uno script?
tipo:
# cat adduser-mail.sh
if [ ! "$1" == "" ]; then
adduser <opzioni> $1
echo "benvenuto sul mio pc" | mail $1
fi
potrebbe bastare?
ciao :)
--
Linux User: 369739 http://counter.li.org
Computers are like air conditioners: they stop work properly when you
open Windows...

