midas/clean.sh
2026-05-15 01:34:26 +09:00

3 lines
74 B
Bash
Executable file

#!/bin/sh
git clean -dfx
git submodule foreach --recursive git clean -dfx