mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-11 13:41:50 +09:00
RND and NUL device file
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user