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.

12 line
239 B

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