1
0
mirror of https://github.com/Adorable-Catgirl/Zorya-NEO.git synced 2024-09-21 18:58:51 +10:00
Zorya-NEO/mods/util_luaconsole/arc/bin/root.lua

6 lines
108 B
Lua
Raw Normal View History

2020-06-06 10:45:08 +10:00
local fs = ...
for f in component.list("filesystem") do
if (f:sub(1, #fs) == fs) then
_DRIVE = f
end
end