Shell (API)
From ComputerCraft Wiki
The shell API allows you to interface with the shell.
Its functions include:
- shell.exit()
- shell.dir()
- shell.setDir( path )
- shell.path()
- shell.setPath( path )
- shell.resolve( localpath )
- shell.resolveProgram( name )
- shell.aliases()
- shell.setAlias( alias, command )
- shell.clearAlias( alias )
- shell.programs()
- shell.run( program, arguments )