#!/bin/bash
set -e

mkdir a
touch a/a.txt
mkdir b
touch b/a.txt
touch b/b.txt
