mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-08 14:58:48 +00:00
[Upd] Clean all executables under git root directory
This commit is contained in:
parent
9a30ef8be9
commit
cec0ccdbdd
2
clean.sh
2
clean.sh
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo -e "\033[42;30m INFO \033[0m Starting to delete executables generated by compilation."
|
||||
find . -name '*.exe' -type f -print -exec rm {} \;
|
||||
find $(git rev-parse --show-toplevel) -name '*.exe' -type f -print -exec rm {} \;
|
||||
echo -e "\033[42;30m INFO \033[0m Successfully deleted executables generated by compilation."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user