選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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