source:
trunk/LMDZ.PLUTO/util/script_figures/alldelete
@
3823
Last change on this file since 3823 was 3823, checked in by , 38 hours ago | |
---|---|
|
|
File size: 103 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | find ./ -name "*png" -type f -exec rm {} \; |
4 | find ./ -name "*eps" -type f -exec rm {} \; |
Note: See TracBrowser
for help on using the repository browser.