New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
clean.sh in branches/2017/dev_merge_2017/DOC – NEMO

source: branches/2017/dev_merge_2017/DOC/clean.sh @ 9373

Last change on this file since 9373 was 9373, checked in by nicolasmartin, 6 years ago

Global reorganisation of DOC directory: files/folders renaming

  • Property svn:executable set to *
File size: 162 bytes
Line 
1#!/bin/bash
2
3rm -f $( ls -1 NEMO_manual.* | egrep -v "(tex)" ) *mpgraph*
4find TexFiles -regextype posix-extended -regex ".*\.(aux|log)" -exec rm -f {} \;
5
6exit 0
Note: See TracBrowser for help on using the repository browser.