Skip to content

Commit

Permalink
Release: 3.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdchoi77 committed Jul 13, 2015
1 parent cc8cc09 commit 46961f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/scripts/rsync.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
jar cf clearnlp.jar$1 edu
rsync -avc clearnlp.jar$1 jdchoi@ainos.mathcs.emory.edu:/home/jdchoi/lib
#rsync -avc clearnlp.jar choi@lab0z.mathcs.emory.edu:/home/choi/lib
#scp choi@lab0z.mathcs.emory.edu:/home/choi/lib/clearnlp.jar jdchoi@ainos.mathcs.emory.edu:/home/jdchoi/lib/clearnlp.jar
#rsync -avc clearnlp.jar$1 jdchoi@ainos.mathcs.emory.edu:/home/jdchoi/lib
rsync -avc clearnlp.jar choi@lab0z.mathcs.emory.edu:/home/choi/lib
scp choi@lab0z.mathcs.emory.edu:/home/choi/lib/clearnlp.jar jdchoi@ainos.mathcs.emory.edu:/home/jdchoi/lib/clearnlp.jar

0 comments on commit 46961f6

Please sign in to comment.