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