Codebase list rust-bzip2 / 58a939b
list-rfs.sh: the show package name in green Sylvestre Ledru 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
66 # If a pending branch exists, skip it
77 continue
88 fi
9 echo "$(date -d@"$t") $pkg"
9 echo -e "$(date -d@"$t") \e[32m$pkg\e[0m"
1010 # trim the content
1111 content=$(xargs '-d\n' echo -n < "$i")
1212 if test -n "$content"; then