1 package main 2 3 import "github.com/codeskyblue/go-sh" 4 5 func main() { 6 sh.Command("less", "less.go").Run() 7 } 8
View as plain text