3 lines
124 B
Bash
Executable File
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"
|