Files
mgmt/examples/lang/readfile1.mcl
2019-02-04 05:03:37 -05:00

7 lines
147 B
Plaintext

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