From 8283b2ff0467a2ee9ef04268635d0c6891b4fc99 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 6 Nov 2018 17:17:39 +0100 Subject: [PATCH] add build file example --- README.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 57 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f1f60af..1ab42db 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,10 @@ author: xdrm-brackets ---- + + ### I. Build Format + Your whole setup remains in 1 only build file. Each line contains one instruction, the list of instructions is listed below. @@ -50,7 +53,7 @@ This instruction allow you to update configuration files without the need of an ``` cnf ``` -Update a configuration file where \ is a dot-separated human-readable [path expression](#ii-path-expressions) and \ is a string or a file. If a string is given, it will override/add the field ; if a file is given the configuration file will be replaced by it. +Update a configuration file where \ is a dot-separated human-readable [path expression](#ii-path-expressions) and \ is a string or a file. If a string is given, it will override/add the field ; if a file is given the configuration file will be replaced by it. ``` @@ -59,6 +62,8 @@ cnf Remove a configuration field matching the \ path. + + #### 4) service management These instructions allow you to interact with the service system (_cf. systemd_). @@ -70,14 +75,62 @@ Perform the action on services. If more than one, use spaces to separate service +#### 5) custom scripts + +These instructions allow you to use custom scripts for complex operations. + +``` +run