Skip to content

Repository files navigation

Print executables to be removed:

find . -type d -name ".git" -prune -o -type f -executable -print

Remove executables:

find . -type d -name ".git" -prune -o -type f -executable -exec rm -v {} +

Example of how to compile:

g++ -o main main.cpp

About

C/C++

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages