mobux 0.6.2

A touch-friendly tmux web UI for unhinged people who run terminal sessions from their phone while walking the dog
1
2
3
4
5
#!/usr/bin/env bash
# Stop and remove the speaches STT container.
set -euo pipefail
podman stop mobux-stt 2>/dev/null || true
podman rm mobux-stt 2>/dev/null || true