Sparrow6.git | examples/dsl/active/copy-local-file/ | sparrowfile



copy-local-file 'data/hello.txt','/tmp/hello.txt';

bash 'cat /tmp/hello.txt', %(
  expect_stdout => "'<hello txt file>'"
);