项目原始demo,不改动
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

30 lines
282 B

  1. module.exports = [
  2. 'cat',
  3. 'cd',
  4. 'chmod',
  5. 'cp',
  6. 'dirs',
  7. 'echo',
  8. 'exec',
  9. 'find',
  10. 'grep',
  11. 'head',
  12. 'ln',
  13. 'ls',
  14. 'mkdir',
  15. 'mv',
  16. 'pwd',
  17. 'rm',
  18. 'sed',
  19. 'set',
  20. 'sort',
  21. 'tail',
  22. 'tempdir',
  23. 'test',
  24. 'to',
  25. 'toEnd',
  26. 'touch',
  27. 'uniq',
  28. 'which',
  29. ];