empty commit message

This commit is contained in:
minjaesong
2020-11-01 17:48:23 +09:00
parent e0eba43fe0
commit 5d66234c47
2 changed files with 72 additions and 1 deletions

View File

@@ -71,6 +71,12 @@ var execApp = function(cmdsrc, args) {
///////////////////////////////////////////////////////////////////////////////
// Boot script
_TVDOS.defaults = {
path: [
""
]
};
filesystem.open("A", "tvdos/command.js", "R");
let cmdsrc = filesystem.readAll("A");