25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
261 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. fi
  7. cd ../
  8. echo "Deleting project files"
  9. rm -rf TicketingSystem
  10. echo "Removing additional installed library"
  11. rm -rf ~/anttasks.jar