This repository has been archived on 2024-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
FREAX/etc/autorun

9 lines
195 B
Text
Raw Permalink Normal View History

2022-07-18 19:33:40 +02:00
local oldPath = shell.path()
shell.setPath(":/bin:/sbin:/etc/script_util:/usr/bin:/usr/local/bin")
local link = config.load("/etc/link.dat")
for k,v in pairs(link) do
shell.setAlias(k, v)
end