‹ projects

vmc

a voice model creator for CMU Sphinx
Log | Files | Refs | README | LICENSE

commit 92d3e3545f2e0452e8797c19cfc9d2ff930741ef
parent 23d60c5c7a7a288f1b9b06bf850b86e6c9d90913
Author: umhau <umhau@alum.gcc.edu>
Date:   Mon, 19 Jun 2017 21:11:20 -0400

remove multiple commands to do same thing.

Diffstat:
Mvmc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vmc b/vmc @@ -68,7 +68,7 @@ libdir="/opt/vmc/lib" # remove vmc ------------------------------------------------------------------ -if [ $1 == '-remove' ] || [ $1 == '-uninstall' ]; then +if [ $1 == '-remove' ]; then echo -n "Press [enter] to confirm removing VMC."; read sudo rm -rf /opt/vmc sudo rm -f /usr/local/bin/vmc