21 lines
308 B
Plaintext
21 lines
308 B
Plaintext
main: {
|
|
instruction_set: {
|
|
instructions: [
|
|
{
|
|
open_file: {
|
|
path_name: "newfile2.txt",
|
|
output_fd: "test_file"
|
|
}
|
|
},
|
|
{
|
|
close_file: {
|
|
input_fd: "test_file"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
global {
|
|
absolute_path: "/data/local/tmp/";
|
|
}
|