commit c4dc4d886efbf7ed0bf735178edb7151a672c6ae parent 358a44a5bb67813ba1ba5effd46cc2a4f900b98a Author: umhau <umhau@users.noreply.github.com> Date: Tue, 1 Nov 2016 18:14:59 -0400 bash command not required to run Diffstat:
| M | vmc.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vmc.sh b/vmc.sh @@ -50,7 +50,7 @@ elif [[ $2 = '-import' ]]; then else - echo "USAGE: bash vmc.sh model-name [ -record OR -import audio/file/dir ] sentence-file output-folder [reps]" + echo "USAGE: vmc.sh model-name [ -record OR -import audio/file/dir ] sentence-file output-folder [reps]" exit 1 fi