2 lines
72 B
Bash
Executable file
2 lines
72 B
Bash
Executable file
#!/bin/sh
|
|
find bin -name '*.d' | xargs grep -F "${1}" -l | xargs rm -vf
|