#!/bin/rc

for (i in $*) {
	# ignore -p
	if (~ $i -p) {
		shift
	}

}
/$cputype/bin/cp $*

