From 9eaff11eea5a910b66035d82c82424b4a11aa255 Mon Sep 17 00:00:00 2001 From: wjtest1215 Date: Thu, 23 Mar 2023 19:39:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'gcu/test.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gcu/test.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gcu/test.py diff --git a/gcu/test.py b/gcu/test.py new file mode 100644 index 0000000..7bf41f6 --- /dev/null +++ b/gcu/test.py @@ -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!")