1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-22 11:17:40 +00:00

web running os

This commit is contained in:
kepler155c@gmail.com
2017-05-20 23:58:46 -04:00
parent e3d0d6454d
commit 3307d04e20
2 changed files with 2 additions and 2 deletions

View File

@@ -287,7 +287,7 @@ function Browser:eventHandler(event)
Event.exitPullEvents()
elseif event.type == 'edit' and file then
self:run('sys/apps/shell', 'edit', file.name)
self:run('sys/apps/shell', '/sys/apps/edit.lua', file.name)
elseif event.type == 'shell' then
self:run('sys/apps/shell')