lambda-calc-1/dep-snipe.sh
2025-01-13 20:36:07 -06:00

2 lines
72 B
Bash
Executable file

#!/bin/sh
find bin -name '*.d' | xargs grep -F "${1}" -l | xargs rm -vf