You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- if [ $kernel == "Darwin" ]; then
- sudo apt-get remove --purge libjsoncpp-dev
- else
- brew uninstall jsoncpp
- brew uninstall ant
- fi
-
- cd ../
- echo "Deleting project files"
- rm -rf TicketingSystem
- echo "Removing additional installed library"
- rm -rf ~/anttasks.jar
|