source:
NEMO/trunk/doc/namelists/chk_nlsts.sh
@
10075
Last change on this file since 10075 was 10075, checked in by nicolasmartin, 6 years ago | |
---|---|
|
|
File size: 182 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | echo 'Namelists not included in the manual:' |
4 | |
5 | for nlst in nam*; do |
6 | [[ ! $( grep "forfile{../namelists/$nlst}" ../tex_sub/*.tex ) ]] && printf "$nlst " |
7 | done |
8 | |
9 | echo |
10 | |
11 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.