aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docker-machine/uninstall
blob: 5375ce87be70d4638247fd6d61518ddf2c0639ff (plain)
1
2
3
4
5
#!/usr/bin/env bash

if rm -f /usr/local/bin/docker-machine; then
    echo "compose-cli: uninstalled"
fi