mirror of
https://github.com/moby/moby.git
synced 2026-07-07 15:18:41 +00:00
9 lines
91 B
Bash
Executable File
9 lines
91 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
rm -rf "$DEST"
|
|
|
|
(
|
|
source "${MAKEDIR}/install-binary-daemon"
|
|
)
|