This adds some initial syntax for external edges to the language. There are still improvements which are necessary for send/recv.
9 lines
147 B
Plaintext
9 lines
147 B
Plaintext
file "/tmp/mgmt/foo" {
|
|
content => "hello from foo\n",
|
|
}
|
|
|
|
file "/tmp/mgmt/bar" {
|
|
}
|
|
|
|
File["/tmp/mgmt/foo"].content -> File["/tmp/mgmt/bar"].content
|