: y -- copy file from base directory

other=/usr/tmp/james/spm

read junk file trash

if [ "$file" = "" ]
then
	echo No_file:$junk
else
	cp $other/$file $file
fi
