mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-10 21:21:51 +09:00
disk drive listfiles
This commit is contained in:
@@ -193,6 +193,10 @@ shell.coreutils = {
|
||||
_TVDOS.variables[key] = value;
|
||||
}
|
||||
}
|
||||
},
|
||||
dir: function(args) {
|
||||
let path = (args[1] !== undefined) ? args[1] : "\\"+shell_pwd.join("\\");
|
||||
throw Error("TODO");
|
||||
}
|
||||
};
|
||||
Object.freeze(shell.coreutils);
|
||||
|
||||
Reference in New Issue
Block a user