Sign in
chromium
/
external
/
github.com
/
docker
/
containerd
/
master
/
.
/
cmd
/
ctr
/
main_unix.go
blob: a8c51956c425c31e417f6e359ea75cd4eed9d7ae [
file
]
// +build !windows
package main
func init() {
extraCmds = append(extraCmds, shimCommand)
}