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

8 行
122 B

  1. #!/bin/bash
  2. mkdir -p ../json
  3. node md2json.js ../README.md > ../json/api.json
  4. cat ../json/api.json
  5. ls -l ..
  6. ls -l ../json