Project

General

Profile

« Previous | Next » 

Revision 10080

added lib/runscripts/view.run, for use with table subdirs for views, such as inputs/FIA/occurrence_all/

View differences:

lib/runscripts/view.run
1
#!/bin/bash -e
2

  
3
if false; then #### run script template:
4
#!/bin/bash -e
5
. "$(dirname "${BASH_SOURCE[0]}")"/path/to/view.run
6
fi ####
7

  
8
. "$(dirname "${BASH_SOURCE[0]}")"/table.run
9

  
10
if self_not_included; then
11

  
12
export new_term_prefix= # don't re-prepend *
13

  
14
# always remake, in case view has changed
15
func_override remake_VegBIEN_mappings__table_run
16
remake_VegBIEN_mappings()
17
{ echo_func; remake=1 remake_VegBIEN_mappings__table_run; }
18

  
19
fi
0 20

  

Also available in: Unified diff