#!/bin/bash
set -e

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