v2.5.0 - Added apps for drive actions (lsdrv/lsblk, label, maindrv)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
local computer = import("computer")
|
||||
|
||||
if type(computer)~="table" then
|
||||
return print("\x1b[91mComputer library returned '"..type(computer).."' type\x1b[39m")
|
||||
end
|
||||
|
||||
local address = computer.getBootAddress()
|
||||
print(address)
|
||||
Reference in New Issue
Block a user