#!/bin/sh

if [ ! -d $SAGE_ROOT/examples ];  then
    mkdir $SAGE_ROOT/examples   
fi
cp -r * .hg* $SAGE_ROOT/examples/


    
