git-subtree-dir: vendor/git.knownelement.com/ExternalVendorCode/bash3boilerplate git-subtree-split: 2e878ec30f0572ad80f34743b6136536cf7c202f
43 lines
750 B
Plaintext
43 lines
750 B
Plaintext
--> command: Read 3 values
|
|
exists
|
|
127.0.0.1
|
|
nginx, nodejs
|
|
|
|
--> command: Replace three values in-place and show result
|
|
|
|
[default]
|
|
orphan=no more
|
|
|
|
[connection]
|
|
host=192.168.0.1
|
|
|
|
[software]
|
|
packages=vim
|
|
|
|
[comment]
|
|
;[command] got this new comment
|
|
command=works like a chame
|
|
;[new_command] last addition will be moved downwards again after next command
|
|
new_command=commented too
|
|
--> function: Read 3 values
|
|
exists
|
|
127.0.0.1
|
|
nginx, nodejs
|
|
|
|
--> function: Replace three values in-place and show result
|
|
|
|
[default]
|
|
orphan=no more
|
|
|
|
[connection]
|
|
host=192.168.0.1
|
|
|
|
[software]
|
|
packages=vim
|
|
|
|
[comment]
|
|
;[command] got this new comment
|
|
command=works like a chame
|
|
;[new_command] last addition will be moved downwards again after next command
|
|
new_command=commented too
|