]> git.cworth.org Git - mnemon/blob - mnemon-tts
Yet more "unsiged vs. signed" warning cleanups.
[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