direwolf/dwespeak.sh

6 lines
58 B
Bash

#!/bin/bash
chan=$1
msg=$2
sleep 1
espeak -v en-sc "$msg"