#!/bin/rc

# We ignore any options
for (i in $*) {
	if (~ $i -*) {
		shift
	}

}
/$cputype/bin/mv $*

