25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

uninstall.sh 261 B

123456789101112
  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