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

/bootstrap-plugins/append - append string, file, stdin to file & avoid doubles

Config vars

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

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