source:
branches/2017/dev_merge_2017/DOC/clean.sh
@
9347
Last change on this file since 9347 was 9347, checked in by nicolasmartin, 7 years ago | |
---|---|
|
|
File size: 164 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | rm -f $( ls -1 NEMO_book.* | egrep -v "(tex|pdf)" ) *mpgraph* |
4 | find TexFiles -regextype posix-extended -regex ".*\.(aux|log)" -exec rm -f {} \; |
5 | |
6 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.