-
Notifications
You must be signed in to change notification settings - Fork 1
append
Daniel Hiepler edited this page Aug 31, 2023
·
14 revisions
/bootstrap-plugins/append - append string, file, stdin to file & avoid doubles
Name | Description | Default Value |
---|---|---|
RPI_APPEND_FILE | the file to append to | |
RPI_APPEND_APPENDIX | string or file which contents should be appended |
none
RPI_BOOTSTRAP_PLUGINS+=("append")
to append the plugin or RPI_BOOTSTRAP_PLUGINS=( ... "append" ... )
to place at some position in the current list.
TODO