codeskyblue / codeskyblue/go-sh
Help
Open
- Dominant language
- Go
- Stars
- 1.1k
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
```
out, err := sh.Command("./1", sh.Dir("/opt/wdsf/1/")).Output()
fmt.Println(string(out), err)
```

fork/exec ./1: exec format error
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the shown sh.Command("./1", sh.Dir("/opt/wdsf/1/")).Output() call and inspect the command-execution path that produces "fork/exec ./1: exec format error". The issue does not name a source file, test, expected behavior, or requested change, so completion would first require clarifying the intended fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100