From a2b1bf1c3101bb496637f9aee390148c81f91720 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 23 Jun 2017 20:53:17 +0200 Subject: [PATCH] +backticks --- sample.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sample.conf b/sample.conf index 7e0cf19..8a92820 100644 --- a/sample.conf +++ b/sample.conf @@ -50,3 +50,6 @@ include complex/empty.cfg # an array (unless -MergeDuplicates is true) lines = hello lines = world # will become: 'lines' => ['hello', 'world'] + +# a backticks assignment +date = `date +%Ymd`