mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
7 lines
77 B
Bash
Executable File
7 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Clean time folders only
|
|
|
|
rm -rf *[1-9]*
|
|
rm -f log.* 2>/dev/null
|