Files
codeql/clean.sh
2024-03-01 16:06:06 +01:00

3 lines
64 B
Bash
Executable File

#! /bin/bash
find . -type d -name "*testproj*" -exec rm -r {} +