From 086007d88607ed656b63e9737bac087c46856b64 Mon Sep 17 00:00:00 2001 From: wangzz Date: Mon, 8 Sep 2025 00:19:14 +0800 Subject: [PATCH] =?UTF-8?q?shell=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 main.sh diff --git a/main.sh b/main.sh new file mode 100755 index 0000000..bfa801b --- /dev/null +++ b/main.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +python3 ./script/main.py --name "$1" \ No newline at end of file