storj/cmd/storagenode-updater/main.go

13 lines
188 B
Go
Raw Normal View History

// Copyright (C) 2019 Storj Labs, Inc.
// See LICENSE for copying information.
// +build !windows
package main
import "storj.io/private/process"
func main() {
process.Exec(rootCmd)
}