Skip to content
Snippets Groups Projects
Commit e6ca8693 authored by Daniel Povey's avatar Daniel Povey
Browse files

nnet3: Update to doc/README to save server space

parent b16754d8
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ if [[ $(hostname -f) == *.clsp.jhu.edu ]]; then
scp html.tar.gz newrelay:/var/www/kaldi-asr
echo 'cd /var/www/kaldi-asr/; rm -rf html doc.old;
tar -xzf html.tar.gz; mv doc2 doc.old; mv html doc2; rm -rf doc.old' \
tar -xzf html.tar.gz; mv doc2 doc.old; mv html doc2; rm -rf doc.old; rm html.tar.gz' \
| ssh newrelay bash
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment