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

3 lines
56 B
Bash
Executable File

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