5 lines
85 B
Go
5 lines
85 B
Go
// +build !windows
|
|
|
|
package dockerfile
|
|
|
|
var defaultShell = []string{"/bin/sh", "-c"}
|