20 lines
279 B
Plaintext
20 lines
279 B
Plaintext
|
|
main: {
|
||
|
|
instruction_set: {
|
||
|
|
instructions: [
|
||
|
|
{
|
||
|
|
open_file: {
|
||
|
|
path_name: "newfile2.txt"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
delete_file: {
|
||
|
|
path_name: "newfile2.txt"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
global {
|
||
|
|
absolute_path: "/data/local/tmp/";
|
||
|
|
}
|