targetPath="/var/www/html/Projects/distribution/KingdomeLearning/Application"
#copy entire application
rm -rf $targetPath
mkdir $targetPath
cp -rf * $targetPath
echo "Done copying"
