`mkdir -p` is supposed to ignore _all_ existing directories. As implemented, it'll throw an error if you do: `./bin/mkdir x && ./bin/mkdir -p x`