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

11 行
181 B

  1. if [ $kernel == "Darwin" ]; then
  2. brew install jsoncpp
  3. else
  4. sudo apt-get update
  5. sudo apt-get install libjsoncpp-dev
  6. cp lib/anttasks.jar ~
  7. pushd ~
  8. jar xf anttasks.jar
  9. pushd -0