Browse Source

添加 'gcu/test.py'

master
wjtest1215 2 years ago
parent
commit
9eaff11eea
1 changed files with 9 additions and 0 deletions
  1. +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!")

Loading…
Cancel
Save