import "os" # this copies the contents from /tmp/foo and puts them in /tmp/output file "/tmp/output" { content => os.readfile("/tmp/foo"), }