ghorg/main.go
2018-03-28 20:16:35 -07:00

14 lines
132 B
Go

package main
import (
"fmt"
"os"
"github.com/ghorg/cmd"
)
func main() {
fmt.Println("Hello, Ghorg")
cmd.Clone(os.Args[1])
}