From 87bcc9009a04d0a34248b6605818c7c9cdd6b840 Mon Sep 17 00:00:00 2001 From: xingyou wu <3050128610@qq.com> Date: Mon, 14 Apr 2025 14:19:23 +0800 Subject: [PATCH] add shell and python file --- test1/test1.py | 1 + test1/test1.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 test1/test1.py diff --git a/test1/test1.py b/test1/test1.py old mode 100644 new mode 100755 index e69de29..bb71518 --- a/test1/test1.py +++ b/test1/test1.py @@ -0,0 +1 @@ +print("hello world, i am python") diff --git a/test1/test1.sh b/test1/test1.sh index a537625..6daf1d6 100755 --- a/test1/test1.sh +++ b/test1/test1.sh @@ -1,2 +1,2 @@ #!/bin/bash -echo hello world +python test1.py