#!/bin/sh rm -Rf dir1 dir2 mkdir dir1 dir2 echo "file1" > file1 echo "file2" > file2 stacker "--work-dir=$PWD/workdir" build stacker.yaml