source: main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/FULL-REBUILD.sh@ 35068

Last change on this file since 35068 was 35068, checked in by davidb, 3 years ago

Removed white space after line-cont char

  • Property svn:executable set to *
File size: 534 bytes
Line 
1#!/bin/bash
2
3logfile="FULL-REBUILD--runtime-log-$$.txt"
4echo "Running bash script: $0" > "$logfile"
5echo "" >> "$logfile"
6
7echo "Running IMPORT.sh" >> "$logfile" \
8 && date >> "$logfile" \
9 && ./IMPORT.sh \
10 && date >> "$logfile" \
11 && echo "" >> "$logfile" \
12 \
13 && echo "Running BUILDCOL.sh" >> "$logfile" \
14 && date >> "$logfile" \
15 && ./BUILDCOL.sh \
16 && date >> "$logfile" \
17 && echo "" >> "$logfile" \
18 \
19 && ./ACTIVATE.sh
20
21
22echo ""
23echo "Timed logged output:"
24echo " $logfile"
25echo ""
26
Note: See TracBrowser for help on using the repository browser.