RND and NUL device file

This commit is contained in:
minjaesong
2022-08-16 21:59:00 +09:00
parent ec5fdd69e3
commit 258cf1bd0a
2 changed files with 110 additions and 18 deletions

View File

@@ -370,7 +370,7 @@ shell.coreutils = {
var pathOpenedStatus = filesystem.open(CURRENT_DRIVE, args[1], 'R');
if (pathOpenedStatus != 0) { printerrln("File not found"); return pathOpenedStatus; }
return filesystem.delete(CURRENT_DRIVE)
return filesystem.remove(CURRENT_DRIVE)
},
echo: function(args) {
if (args[1] !== undefined) {