mirror of
https://github.com/moby/moby.git
synced 2026-07-04 05:39:06 +00:00
10 lines
145 B
Bash
10 lines
145 B
Bash
#!/usr/bin/env bash
|
|
|
|
bundle .integration-daemon-start
|
|
bundle .integration-daemon-setup
|
|
|
|
export ABS_DEST
|
|
bash +e
|
|
|
|
bundle .integration-daemon-stop
|