#!/bin/sh

echo "Copying XCard files to specified project directory"
echo
echo
echo
echo "Updating XCardII"
cp ../src/*.h $1
cp ../src/*.cpp $1

