all:

install:
	cp cpy.sh /usr/bin/cpy
	cp pst.sh /usr/bin/pst

uninstall:
	rm /usr/bin/cpy
	rm /usr/bin/pst