mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-19 06:37:51 +00:00
1005ceeec8
Remove obsolete lines of code Update reference file Update test scenario
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
|