echo "Sleeping for $sleepTime"
sleep $sleepTime

mkdir -p './deep/path/to/file/'
echo 'well done' > './deep/path/to/file/gotit.txt'
