mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-03 19:28:40 +00:00
6 lines
58 B
Bash
6 lines
58 B
Bash
#!/bin/bash
|
|
chan=$1
|
|
msg=$2
|
|
sleep 1
|
|
espeak -v en-sc "$msg"
|