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