rename shell -> shell.lua

This commit is contained in:
kepler155c@gmail.com
2019-02-12 17:03:50 -05:00
parent 2d411df7d1
commit ae6d8e8ebd
13 changed files with 25 additions and 34 deletions

View File

@@ -347,7 +347,7 @@ function Browser:eventHandler(event)
self:run('cedit', file.name)
elseif event.type == 'shell' then
self:run('sys/apps/shell')
self:run('sys/apps/shell.lua')
elseif event.type == 'refresh' then
self:updateDirectory(self.dir)