Home
Issues Pull Requests Milestones AI流水线
Repositories Datasets 论坛 实训 竞赛 大数据 AI开发
Register Sign In
EESAST
/
THUAI6
Not watched
1
0
Fork 0
Code
Releases 3 Wiki evaluate Activity
Issues 0 Pull Requests 0 Datasets Model Cloudbrain HPC
You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
1209 Commits
2 Branches
34 MB
1 Download
Tree: c6be42b8b3
dev
main
0.1.0
v0.1.0
v1.0.0
Branches Tags
${ item.name }
Create branch ${ searchTerm }
from 'c6be42b8b3'
${ noResults }
THUAI6/dependency/shell/Unix2doc.sh

Unix2doc.sh 229 B
Raw Normal View History

fix: :bug: fix CI
2 years ago
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
1234567891011121314151617
  1. #! /bin/bash
  2. function lsdir()
  3. {
  4. for i in `ls`;
  5. do
  6. if [ -d $i ]
  7. then
  8. pushd ./$i
  9. lsdir
  10. popd
  11. else
  12. unix2dos $i
  13. fi
  14. done
  15. }
  16. cd ../../
  17. lsdir

Mirror of https://github.com/eesast/THUAI6.git

Contributors (21)
All

3495281661@qq.com dragonaurapvp@gmail.com 31120575+shangfengh@users.noreply.github.com 84725343+TCL606@users.noreply.github.com 1004837646@qq.com liuxf19@163.com 614054460@qq.com 32223554+DragonAura@users.noreply.github.com 108708809+Shawqeem@users.noreply.github.com 1620508360@qq.com 2336526392@qq.com 29139614+renovate[bot]@users.noreply.github.com zhuangjiminzuoye@126.com wihn2021@163.com yihan-wa21@mails.tsinghua.edu.cn 102461399+sendssf@users.noreply.github.com 109903914+OctaAcid@users.noreply.github.com 108726816+gsy1519@users.noreply.github.com 88038740+wihn2021@users.noreply.github.com 108213422+ysqTHU@users.noreply.github.com liutx21@mails.tsinghua.edu.cn
News
Community News Member news Industry Advisory
help
Tutorial Feedback Resource Note
Community
English
English 简体中文
API
Copyright: New Generation Artificial Intelligence Open Source Open Platform (OpenI)