#!/bin/sh 
echo To Department server 
rsync -a -e ssh ../Lectures/ olivia@cobbles:/home/courses/www/c180/Lectures
rsync -a -e ssh ../2022-Winter/ olivia@cobbles:/home/courses/www/c180/2022-Winter
 
echo To Transsexy
rsync -a -e ssh *.html olivia@transsexy:~/public_html/TP/2022-Winter
rsync -a -e ssh *.pdf olivia@transsexy:~/public_html/TP/2022-Winter
rsync -a -e ssh ../Lectures/  olivia@transsexy:~/public_html/TP/Lectures

