v1.0.2 - Fixed a bug with /home/ being nonexistent on install and mkdir not functioning.
This commit is contained in:
@@ -8,6 +8,7 @@ All default Halyde shell commands:
|
||||
help Shows this.
|
||||
ls Lists files.
|
||||
lua Starts the Lua shell.
|
||||
mkdir Makes a directory.
|
||||
mv Moves/renames a file.
|
||||
rm Deletes a file.
|
||||
edit Opens the text editor.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Usage: mkdir [PATH]
|
||||
Removes files and directories.
|
||||
Makes a directory.
|
||||
|
||||
PATH Specifies the path to create the directory in.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
local loadfile = ...
|
||||
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
|
||||
|
||||
_G._OSVERSION = "Halyde 1.0.1"
|
||||
_G._OSVERSION = "Halyde 1.0.2"
|
||||
|
||||
function _G.import(module, ...)
|
||||
local args = table.pack(...)
|
||||
|
||||
Reference in New Issue
Block a user