whisper.cpp/examples/whisper.linux/whisper-linux

7 lines
187 B
Bash
Executable File

#!/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 "$@"