This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
csh.corp
/
npu_test
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
添加 'gcu/test.py'
master
wjtest1215
2 years ago
parent
33c13668f9
commit
9eaff11eea
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
gcu/test.py
+ 9
- 0
gcu/test.py
View File
@@ -0,0 +1,9 @@
import os
print('----test 123-----')
print("begin:")
os.system("cd /tmp/dataset;ls -al")
print("end!")
os.system("cd /tmp/output;cp -r /tmp/dataset/* .;ls -al")
print("end again!")
Write
Preview
Loading…
Cancel
Save