Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

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