2026-08-04 16:09:17 +04:00

3 lines
124 B
Bash
Executable File

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