add shell and python file

This commit is contained in:
2025-04-14 14:19:23 +08:00
parent a2f01304b6
commit 87bcc9009a
2 changed files with 2 additions and 1 deletions

1
test1/test1.py Normal file → Executable file
View File

@@ -0,0 +1 @@
print("hello world, i am python")

View File

@@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
echo hello world python test1.py