shithub: front

ref: 1ca26f9924c1a6159b01027a83ca6f18ca4dddf3
dir: /sys/src/libmp/port/reduce/

View raw version
O=$1
shift
objtype=$1
shift
if(ls -p ../$objtype/*.[cs] >[2]/dev/null | sed 's/..$//;s/^/^/' > /tmp/reduce.$pid) {
	echo $* | tr ' ' \012 | grep -v -f /tmp/reduce.$pid | tr \012 ' '
}
if not {
	# if empty directory, just return the input files
	echo $*
}
rm /tmp/reduce.$pid