You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
330 B
Bash

#!/usr/bin/env sh
echo "w3m-control: BACK"
echo "w3m-control: READ_SHELL killall espeak-ng"
echo "w3m-control: BACK"
echo "w3m-control: READ_SHELL rm /tmp/espeak-ng.txt"
echo "w3m-control: BACK"
echo "w3m-control: PRINT /tmp/espeak-ng.txt"
echo "w3m-control: READ_SHELL espeak-ng -f /tmp/espeak-ng.txt &"
echo "w3m-control: BACK"