12 lines
253 B
Plaintext
12 lines
253 B
Plaintext
# Nothing to see here. A sentinel file to replace real data.
|
|
# e.g.:
|
|
#
|
|
# input:
|
|
# file some_data
|
|
# file extra_data
|
|
# script:
|
|
# def extra = extra_data.name != 'OPTIONAL_FILE' ? "--extra-data $opt" : ''
|
|
# """
|
|
# command ${some_data} ${extra}
|
|
# """
|