Last change
on this file since 8204 was 7944, checked in by Daniela Dorner, 18 years ago |
*** empty log message ***
|
-
Property svn:executable
set to
*
|
File size:
1.4 KB
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 | #
|
---|
3 | # ========================================================================
|
---|
4 | #
|
---|
5 | # *
|
---|
6 | # * This file is part of MARS, the MAGIC Analysis and Reconstruction
|
---|
7 | # * Software. It is distributed to you in the hope that it can be a useful
|
---|
8 | # * and timesaving tool in analysing Data of imaging Cerenkov telescopes.
|
---|
9 | # * It is distributed WITHOUT ANY WARRANTY.
|
---|
10 | # *
|
---|
11 | # * Permission to use, copy, modify and distribute this software and its
|
---|
12 | # * documentation for any purpose is hereby granted without fee,
|
---|
13 | # * provided that the above copyright notice appear in all copies and
|
---|
14 | # * that both that copyright notice and this permission notice appear
|
---|
15 | # * in supporting documentation. It is provided "as is" without express
|
---|
16 | # * or implied warranty.
|
---|
17 | # *
|
---|
18 | #
|
---|
19 | #
|
---|
20 | # Author(s): Daniela Dorner 08/2004 <mailto:dorner@astro.uni-wuerzburg.de>
|
---|
21 | #
|
---|
22 | # Copyright: MAGIC Software Development, 2000-2004
|
---|
23 | #
|
---|
24 | #
|
---|
25 | # ========================================================================
|
---|
26 | #
|
---|
27 | #
|
---|
28 |
|
---|
29 | source `dirname $0`/sourcefile
|
---|
30 | printprocesslog "INFO starting $0"
|
---|
31 |
|
---|
32 | scriptlog=$runlogpath/webupdate-sinope-$datetime.log
|
---|
33 | date >> $scriptlog 2>&1
|
---|
34 |
|
---|
35 | echo "do plots for all root-files (sinope) ..." >> $scriptlog 2>&1
|
---|
36 | $scriptspath/dowebplots -p sinope >> $scriptlog 2>&1
|
---|
37 |
|
---|
38 | echo "do rsync for sinope files" >> $scriptlog 2>&1
|
---|
39 | rsync -av --delete $datapath/sinope/ $webpath/sinope >> $scriptlog 2>&1
|
---|
40 |
|
---|
41 | date >> $scriptlog 2>&1
|
---|
42 |
|
---|
43 | printprocesslog "INFO $0 finished"
|
---|
44 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.