blob: 55ee5a580d4810cc899fbd219990cb76b432e9a6 [file] [log] [blame] [raw]
#! /bin/bash
# This handles cleanup operations and boiler-plate code and it is executed after downloading a copy of the latest release.
#
# Since the version of the script executed is the version included in the release, it is safe to change between releases.
rm -R dev
rm -R docs
rm -R tests
rm -R scripts/new
rm CHANGELOG.md
rm README.md
rm CONTRIBUTING.md
rm Doxyfile
rm CMakeLists.txt
rm LICENSE
rm NOTICE
make clean &> /dev/null
mv ./examples/boiler_plates/http/* ./
rm -R ./examples/boiler_plates
make clean &> /dev/null