From 06cd400bd509ee40599017a5a5772330175022c3 Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Thu, 31 Jul 2025 05:00:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(shell):=20=E6=B7=BB=E5=8A=A0=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E8=84=9A=E6=9C=ACrun.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加基础shell脚本文件用于执行程序 --- shell/run.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 shell/run.sh diff --git a/shell/run.sh b/shell/run.sh new file mode 100644 index 0000000..082690d --- /dev/null +++ b/shell/run.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +echo "run.sh" \ No newline at end of file