Files
openfoam/bin/rmdepall
2008-04-15 18:56:58 +01:00

3 lines
58 B
Bash
Executable File

#!/bin/sh
find . \( -name '*.dep' \) -print | xargs -t rm