// Copyright (c) 2017, Daniel Martí // See LICENSE for licensing information // Package interp implements an interpreter that executes shell // programs. It aims to support POSIX, but its support is not complete // yet. It also supports some Bash features. package interp