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

6 lines
163 B
Bash
Executable File

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