-
Notifications
You must be signed in to change notification settings - Fork 1
append
daniel edited this page May 8, 2021
·
14 revisions
append string, file, stdin to file & avoid doubles
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 |
none
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.