|
 |
hi,
'filed.inc' has been updated with a new '.Verbatim' key, inspired by the recent
"animation display window does not reset" thread. example use below.
<https://drive.google.com/file/d/10pGH0yi_-8aBTQvTwQPB4AdfRl9JsTGg/view?usp=sharing>
enjoy, jr.
-----<snip>-----
#version 3.8;
global_settings {assumed_gamma 1}
box {0,1}
#declare fild_workingDir = "/tmp/";
#include "filed.inc"
#declare D = dictionary {
.File : "bash1.sh",
.Access : "write",
.Fields : array [1] {"S"},
.Data : array [3] {
"echo \\\"new feature\\\" '.Verbatim' key,",
"echo *thanks* JB :').'\necho $(date)",
"ls --hide=systemd* ; echo"
},
.Strict : false,
.Verbatim : true,
.Verbose : true
};
Filed(D)
Post a reply to this message
|
 |