Skip to content
Daniel Hiepler edited this page Aug 31, 2023 · 14 revisions

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

Config parameters

Name Description Default Value
RPI_APPEND_FILE the file to append to
RPI_APPEND_APPENDIX string or 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.

TODO

Tests

Clone this wiki locally