Files
luet/vendor/mvdan.cc/sh/interp/doc.go

8 lines
291 B
Go
Raw Normal View History

2019-10-29 17:37:49 +01:00
// Copyright (c) 2017, Daniel Martí <mvdan@mvdan.cc>
// 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