Files
pancho horrillo e72c65c859 feat: os-dependent default entrypoint
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-12-24 14:03:49 +01:00

6 lines
74 B
Go

// +build !windows
package control
var defaultEntrypoint = "/bin/sh -c"