#!/bin/sh -f

#set -x

/bin/rm -R -f ../snova

mkdir -p ../snova

find ../source/snova -name "*.h" -exec /bin/cp {} ../snova/. \;





