powershell is so amazing. instead of something unclear like `mkdir -p tmp/dir` you can write `New-Item -Path tmp/dir -ItemType Directory -Force`. so much easier.