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/bin/man
2022-07-18 19:33:40 +02:00

7 lines
No EOL
182 B
Bash

local tArgs = {...}
if #tArgs < 1 then
kerneldraw.printAppInfo("man", "type 'ls system/man-pages' or 'manpages'")
else
kerneldraw.printAppInfo("man", man.findManual(tArgs[1]))
end