diff --git a/src/cmd/linuxkit/pkglib/gen b/src/cmd/linuxkit/pkglib/gen new file mode 100755 index 000000000..c9ecc5a5b --- /dev/null +++ b/src/cmd/linuxkit/pkglib/gen @@ -0,0 +1,11 @@ +#!/bin/sh +set -e +( + echo package pkglib + echo + echo const manifestPushScript = \` + # TODO(ijc) once everything is ported this script can move to this source directory + cat ../../../../scripts/push-manifest.sh + echo \` +) > manifest_push_script.go.new +mv manifest_push_script.go.new manifest_push_script.go