#!/bin/bash
set -e

touch a.txt
touch b.pdf
touch c.docx
mkdir d
touch d/a.txt
touch d/b.pdf
touch d/c.docx
