#!/usr/bin/env bash docker rm -f inspire-hand 2>/dev/null && echo "inspire-hand stopped" || echo "inspire-hand not running"