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 @ 9376

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

Global reorganisation of DOC directory: refactoring & cleaning of TeX source code for readability

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