// Copyright (c) 2017, Daniel Martí // See LICENSE for licensing information // Package interp implements an interpreter that executes shell // programs. It aims to support POSIX. // // This package is a work in progress and EXPERIMENTAL; its API is not // subject to the 1.x backwards compatibility guarantee. package interp