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

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