add clean.sh

This commit is contained in:
Nishi 2026-05-15 01:34:26 +09:00
commit f9c0677195

3
clean.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
git clean -dfx
git submodule foreach --recursive git clean -dfx