source:
trunk/LMDZ.PLUTO/util/script_figures/alldelete
@
3823
Last change on this file since 3823 was 3823, checked in by , 2 days ago | |
---|---|
|
|
File size: 103 bytes |
Rev | Line | |
---|---|---|
[3823] | 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.