mirror of https://github.com/wb2osz/direwolf.git
6 lines
58 B
Bash
6 lines
58 B
Bash
|
#!/bin/bash
|
||
|
chan=$1
|
||
|
msg=$2
|
||
|
sleep 1
|
||
|
espeak -v en-sc "$msg"
|