feat(shell): 添加运行脚本run.sh

添加基础shell脚本文件用于执行程序
This commit is contained in:
2025-07-31 05:00:53 +08:00
parent 2cf6fa4d4e
commit 06cd400bd5

3
shell/run.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
echo "run.sh"