2019-08-30 10:02:36 +01:00
|
|
|
// Copyright (C) 2019 Storj Labs, Inc.
|
|
|
|
// See LICENSE for copying information.
|
|
|
|
|
2020-04-01 12:59:34 +01:00
|
|
|
// +build !windows
|
2019-10-31 12:27:53 +00:00
|
|
|
|
2020-04-01 12:59:34 +01:00
|
|
|
package main
|
2019-09-05 22:10:05 +01:00
|
|
|
|
2020-04-01 12:59:34 +01:00
|
|
|
import "storj.io/private/process"
|
2019-11-15 14:37:29 +00:00
|
|
|
|
|
|
|
func main() {
|
|
|
|
process.Exec(rootCmd)
|
|
|
|
}
|