7 lines
155 B
Text
7 lines
155 B
Text
|
#!/bin/sh
|
||
|
# Nico Schottelius
|
||
|
# stolen from Frank
|
||
|
# usable as cron script, to show which packages should be updated
|
||
|
|
||
|
emerge sync >/dev/null && emerge -pDuv
|