source: trunk/SRC/Documentation/xmldoc/pro2href_t.sh @ 262

Last change on this file since 262 was 262, checked in by pinsard, 17 years ago

corrections of some headers and parameters and keywords case. change of pro2href to replace proidl

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 970 bytes
Line 
1#!/bin/sh -x
2#
3# module :
4# short simulation of inputs for test of pro2href.sh
5#
6# source :
7# pro2href_t.sh sur aedon.locean-ipsl.upmc.fr
8#
9# todo :
10# ++improve independancies (plateforme, account, location of SAXO working space)
11# ++ improve cleaning, check
12#
13# update :
14# $Id$
15# fplod 2007-08-21T09:22:17Z aedon.locean-ipsl.upmc.fr (Darwin)
16# follow changes (add parameters) of pro2href.sh
17# fplod 2007-08-20T13:33:50Z aedon.locean-ipsl.upmc.fr (Darwin)
18# creation
19#
20cd /tmp/
21rm -rf pro2href_tp
22rm -rf pro2href_tp_in
23mkdir pro2href_tp_in
24mkdir pro2href_tp_in/rep1/
25mkdir pro2href_tp_in/rep2/
26mkdir pro2href_tp
27cd pro2href_tp
28{
29echo "bla1 <pro>a1a</pro> bla2 <pro>a1b</pro> bla3"
30echo "bla4 <pro>a2</pro> bla5"
31} > tp.html
32cp tp.html ../pro2href_tp_in/
33cd ../pro2href_tp_in
34touch ../pro2href_tp_in/rep1/a1a.html
35touch ../pro2href_tp_in/rep2/a1b.html
36touch ../pro2href_tp_in/a2.html
37~/SAXO_DIR_ws/SRC/Documentation/xmldoc/pro2href.sh -i . -r . -e pro
38more tp.html
Note: See TracBrowser for help on using the repository browser.