#!/bin/sh ssh cvs.openbsd.org "fgrep -v ksh- /etc/passwd" \ | egrep 111\|122 \ | cut -d: -f1,5 \ | tr -s "," \ | sed "s/,/, /g;s/,[, ]*\$//g" \ | cut -d: -f2 \ | cut -d, -f1 \ | grep -iv "Stefan Hagen" \ | while read foo do printf "color index color169 color234 '~f \"%s\"'\n" "$foo" done \ | grep -v '""' \ > devcolors