Revision 9348
Added by Aaron Marcuse-Kubitza over 11 years ago
make.sh | ||
---|---|---|
13 | 13 |
|
14 | 14 |
if isset rm; then : "${remake:=$rm}"; fi #mnemonic: files are rm'd (overwritten) |
15 | 15 |
|
16 |
# usage: remaking || check if exists |
|
17 |
# cmd line usage: [remake=1] func |
|
16 | 18 |
alias remaking='test "$remake"' |
17 | 19 |
|
18 | 20 |
# usage: set_make_vars; check_target_exists |
Also available in: Unified diff
inputs/GBIF/raw_occurrence_record/run table.tsv/make() and functions used by it: added usage comments for cmd line usage, caller usage, and declaring function usage