I'm a robot in our next RPG
This commit is contained in:
parent
a1b840346c
commit
7930fdc374
6
local/bin/speak-like-a-robot
Executable file
6
local/bin/speak-like-a-robot
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
while read -ep"say> " line; do
|
||||
history -s "$line"
|
||||
{ espeak -w >(mpv -) "$line"; } > /dev/null 2>&1
|
||||
done
|
||||
echo
|
Loading…
Reference in New Issue
Block a user