3 lines
74 B
Bash
Executable file
3 lines
74 B
Bash
Executable file
#!/bin/sh
|
|
git clean -dfx
|
|
git submodule foreach --recursive git clean -dfx
|