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
Regular → Executable
+1
View File
@@ -0,0 +1 @@
print("hello world, i am python")
+1 -1
View File
@@ -1,2 +1,2 @@
#!/bin/bash
echo hello world
python test1.py