4 lines
60 B
Text
4 lines
60 B
Text
|
#!/bin/sh
|
||
|
|
||
|
find . \( -name '*.o' \) -print | xargs -t touch
|