File: README.md

package info (click to toggle)
golang-github-shenwei356-util 0.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
exec
========

Package exec runs external commands. It wraps os.exec to
allow using full command string as arguments, and provides functions
of providing (stdin, stdout, stderr) channel for (stdin, stdout, stderr) pipe.

***Attention, this package is experimental***.

This package is imported by [crun of go edition](https://github.com/shenwei356/crun/blob/master/go/crun.go)