Sparrow6.git | examples/tasks/sources/ | task.bash


set -x
set -e

cp $root_dir/file1.txt /tmp/
cp $root_dir/file2.txt /tmp/

echo "OK"