]> git.cworth.org Git - mnemon/blob - mnemon-tts
d4825ce789b3d288153faeb20672dacb21d5bd98
[mnemon] / mnemon-tts
1 #!/bin/sh
2
3 arg="$@"
4
5 # Strip undesired directory component
6 dir=$(dirname "$arg")
7
8 text="${arg#$dir/}"
9
10 echo "$text" | festival --tts