mirror of
https://github.com/go-task/task.git
synced 2024-12-16 10:59:23 +02:00
f6c5a46626
Fixes #250
8 lines
291 B
Go
8 lines
291 B
Go
// 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
|