Created
December 3, 2019 14:00
-
-
Save ripienaar/bda7469bcae35874c2062a08d66ee6ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| exec{"/bin/echo one": refreshonly => true} | |
| exec{"/bin/echo two": refreshonly => true} | |
| file{"/tmp/test": content => "hello world"} | |
| File["/tmp/test"] ~> Exec <| |> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment