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

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