mirror of
https://github.com/github/codeql.git
synced 2026-01-06 11:10:23 +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 {} +
|