At 22 August, 2003 blade- wrote: > Has anyone made a script that will, emerge sync, emerge -UDp world > outputs the results to email?
Off the top of my head, you could try:
#!/bin/sh
( emerge rsync; emerge -uD `qpkg -I -nc` ) | mail [EMAIL PROTECTED]
--
Andrew Farmer
[EMAIL PROTECTED]
pgp00000.pgp
Description: PGP signature
