mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-01 16:02:39 +00:00
8 lines
87 B
Bash
Executable File
8 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./bake-ami.sh "$@" 1>&2
|
|
if [ "$1" = "bake" ]
|
|
then
|
|
cat /build/ami_id.out
|
|
fi
|