您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
235 B

  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