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 260 B

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