list-rfs.sh: the show package name in green
Sylvestre Ledru
3 years ago
6 | 6 |
# If a pending branch exists, skip it
|
7 | 7 |
continue
|
8 | 8 |
fi
|
9 | |
echo "$(date -d@"$t") $pkg"
|
|
9 |
echo -e "$(date -d@"$t") \e[32m$pkg\e[0m"
|
10 | 10 |
# trim the content
|
11 | 11 |
content=$(xargs '-d\n' echo -n < "$i")
|
12 | 12 |
if test -n "$content"; then
|