#!/bin/bash
# whisper-linux — Voice typing for Linux desktop
# Unique process name for easy pkill -f whisper-linux
pkill -f whisper_linux;
cd "$(dirname "$0")"
exec python3 -m app "$@"