mirror of
https://github.com/github/codeql.git
synced 2025-12-28 14:46:33 +01:00
3 lines
64 B
Bash
Executable File
3 lines
64 B
Bash
Executable File
#! /bin/bash
|
|
find . -type d -name "*testproj*" -exec rm -r {} +
|