#!/bin/sh

rsync -avzle ssh --progress . sirrah:www/astrofyzika2/gnuplot/

#if ["$1" == ""] ; then
#  echo "Usage: rsync.sh soubory sirrah:dir/"
#  exit;
#fi

#rsync -avzle ssh $@
#rsync -avle ssh $@


