Operation system dataset has wrong start script.
- dev.json
"description": "what is the output if i execute ~/test?"
the code should not be run as init script but as start script (change "create" to "start"), so that the current path is /home/jack instead of /root
- similar problem: data/6/new.json
"description": "execute ~/test and get the output"
"description": "What will be the output if I execute ~/test?"
I suggest to give a check on the data to improve the data quality if possible.
Thanks for making this cool dataset!