Skip to content
daniel edited this page May 8, 2021 · 14 revisions

/bootstrap-plugins/append

append string, file, stdin to file & avoid doubles

Variables

Name Description Default Value
RPI_APPEND_FILE the file to append to
RPI_APPEND_STRING string to append
RPI_APPEND_APPENDIX file which contents should be appended
RPI_APPEND_STDIN append from stdin if true false

Distfiles

none

Examples

RPI_BOOTSTRAP_PLUGINS+=("append") to append the plugin or RPI_BOOTSTRAP_PLUGINS=( ... "append" ... ) to place at some position in the current list.

No examples, yet.

Clone this wiki locally