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