mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-22 15:52:22 +00:00
25 lines
390 B
Plaintext
25 lines
390 B
Plaintext
|
--> command: Read 3 values
|
||
|
exists
|
||
|
127.0.0.1
|
||
|
nginx, nodejs
|
||
|
--> command: Replace three values in-place and show result
|
||
|
orphan = no more
|
||
|
|
||
|
[connection]
|
||
|
host = 192.168.0.1
|
||
|
|
||
|
[software]
|
||
|
packages = vim
|
||
|
--> function: Read 3 values
|
||
|
exists
|
||
|
127.0.0.1
|
||
|
nginx, nodejs
|
||
|
--> function: Replace three values in-place and show result
|
||
|
orphan = no more
|
||
|
|
||
|
[connection]
|
||
|
host = 192.168.0.1
|
||
|
|
||
|
[software]
|
||
|
packages = vim
|