mirror of
https://github.com/p8952/bocker.git
synced 2025-11-08 20:13:59 +01:00
5 lines
118 B
Bash
5 lines
118 B
Bash
#!/usr/bin/env bash
|
|
set -o errexit -o nounset -o pipefail
|
|
|
|
[[ "$(./bocker init ~/base-image)" == 'Created: img_'* ]]
|