Mercurial
Mercurial
>
hg
>
VirtualReader
/ comparison
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
|
annotate
|
diff
| comparison |
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
bin/festival_write_wav
changeset 0
06dd3b8d90ad
equal
deleted
inserted
replaced
-1:000000000000
0:06dd3b8d90ad
1
#!/bin/bash
2
3
file=$1
4
5
eval "cat $file |\
6
text2wave - -o $2"
7
8
9