docs/windows/delete.sh

14 lines
170 B
Bash

#!/bin/bash
set -e
# clear the MSYS MOTD
clear
cd "$(dirname "$BASH_SOURCE")"
( set -x; ./docker-machine rm -f dev ) || true
echo
echo '[Press any key to exit]'
read