Menu

[r446]: / commonlib / sfdeploy.sh  Maximize  Restore  History

Download this file

11 lines (7 with data), 203 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#!/bin/sh
FILE="/tmp/commonlib.tar.bz2"
if [ ! -f $FILE ]; then
tar -cvjf $FILE dist
fi
set -x
rsync -avP -e ssh $FILE nicolinux1966@frs.sourceforge.net:/home/frs/project/commonlibjava/lastversion/