Advertisement
Doob

[OpenComputers] russian_man_installer

Aug 28th, 2015
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.46 KB | None | 0 0
  1. local tMAN = {'address', 'alias', 'cat', 'cd', 'clear', 'cp', 'date', 'df', 'dmesg', 'echo', 'edit', 'hostname', 'label', 'ln', 'ls', 'lua', 'man', 'mkdir', 'more', 'mount', 'mv', 'primary', 'pwd', 'rc', 'reboot', 'redstone', 'resolution', 'rm', 'sh', 'shutdown', 'umount', 'unalias', 'uptime', 'useradd', 'userdel', 'which', 'yes'}
  2.  
  3. for i = 1, #tMAN do
  4.   os.execute('wget -f https://raw.githubusercontent.com/DOOBW/manuals/master/'..tMAN[i]..' /usr/man/'..tMAN[i])
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement