1 2 3 4 5 6 7
#!/usr/bin/bash rm -rf */ || true rm *.tar* || true dotnet clean || true git clean -f || true git reset --hard || true