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.

14 regels
295 B

  1. if [ $(uname) == "Darwin" ]; then
  2. brew uninstall jsoncpp
  3. brew uninstall ant
  4. else
  5. sudo apt-get remove --purge libjsoncpp-dev
  6. sudo apt-get remove --purge ant
  7. fi
  8. cd ../
  9. echo "Deleting project files"
  10. rm -rf TicketingSystem
  11. echo "Removing additional installed library"
  12. rm -rf ~/anttasks.jar