source: trunk/LMDZ.PLUTO/util/script_figures/alldelete @ 3823

Last change on this file since 3823 was 3823, checked in by afalco, 2 days ago

Pluto: added some python scripts for visualization.
AF

  • Property svn:executable set to *
File size: 103 bytes
RevLine 
[3823]1#!/bin/bash
2
3find ./ -name  "*png" -type f -exec rm {} \;
4find ./ -name  "*eps" -type f -exec rm {} \;
Note: See TracBrowser for help on using the repository browser.