#!/bin/bash


#echo "Now copy all mates1-21 to pascal?"
#echo "continue? return=yes or break with ctrl-c"
#read

scp -r * pascal.upf.edu:math21/mates1-21/
# scp objectius.tex objectius.html objectius.pdf pascal.upf.edu:math21/temes/
# scp -rp figures pascal.upf.edu:math21/temes/

# for d in `ls -d tema*/` ; do
#     cd $d
#     echo "Starting in " $d
#     scp activitats.* pascal.upf.edu:math21/temes/$d/
#     FILE=figures
#     if test -d "$FILE"; then
# 	echo "copying $FILE"
# 	scp -rp "$FILE" pascal.upf.edu:math21/temes/$d/
#     else 
# 	echo "$FILE does not exist in $d" 
#     fi
#     cd ..
# done
   
