Prebuild/clean.sh
2023-09-21 14:41:05 -07:00

7 lines
No EOL
121 B
Bash

#!/bin/bash
git clean -xfd
git reset --hard
git submodule foreach git clean -xfd
git submodule foreach git reset --hard