diff --git a/exec/shell.lua b/exec/shell.lua index e06ae69..c039315 100644 --- a/exec/shell.lua +++ b/exec/shell.lua @@ -7,6 +7,7 @@ function shenv.quit() end shenv.cd = os.chdir shenv.mkdir = fs.makeDirectory +shenv.cp = fs.copy local function findPath(name) path = os.getenv("PATH") or "/boot/exec" for l in path:gmatch("[^\n]+") do