copy-local-file 'data/hello.txt','/opt/sparrow/sparrow-cache/files';

bash 'cat /opt/sparrow/sparrow-cache/files/hello.txt', %(
  expect_stdout => '<hello txt file>'
);

