mirror of
https://gitlab.com/pnx/gosh
synced 2026-06-16 07:04:57 +02:00
3 lines
137 B
Go
3 lines
137 B
Go
// Package runner executes command definitions by dispatching builtins
|
|
// or starting external programs in new processes.
|
|
package runner
|