package main

import "github.com/FalconOpsLLC/goexec/cmd"

func main() {
  cmd.Execute()
}
