rule rule1:
	input: 'test.in'
	output: 'test.out'
	run:
		shell('cp {input} {output}')
