37 lines
795 B
JSON
37 lines
795 B
JSON
{
|
|
"id": "4783cc41-c03c-4e1b-89b4-50658f642bd5",
|
|
"snapshot": "os",
|
|
"instruction": "Copy directory hierarchy from \"$sourceDir\" to \"$targetDir\"",
|
|
"source": "NL2Bash",
|
|
"config": [
|
|
{
|
|
"type": "execute",
|
|
"parameters": {
|
|
"command": "sourceDir=\"/home/user/Desktop/\"\nmkdir -p \"$sourceDir\"/dir1/dir2\nmkdir -p \"$sourceDir\"/dir3/dir4",
|
|
"shell": true
|
|
}
|
|
},
|
|
{
|
|
"type": "execute",
|
|
"parameters": {
|
|
"command": [
|
|
"python",
|
|
"-c",
|
|
"import pyautogui; import time; pyautogui.click(960, 540); time.sleep(0.5);"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"trajectory": "trajectories/",
|
|
"related_apps": [
|
|
"os"
|
|
],
|
|
"evaluator": {
|
|
"func": "infeasible",
|
|
"result": {
|
|
},
|
|
"expected": {
|
|
}
|
|
}
|
|
}
|