From 5030514f66fcec66814b724e479d2a11a951c068 Mon Sep 17 00:00:00 2001 From: estom Date: Fri, 19 Jan 2024 01:20:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=90=AF=E5=8A=A8=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zshell/run_blog.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 zshell/run_blog.sh diff --git a/zshell/run_blog.sh b/zshell/run_blog.sh new file mode 100644 index 00000000..cfb96c51 --- /dev/null +++ b/zshell/run_blog.sh @@ -0,0 +1,2 @@ + +nohup docsify serve -p 80 /root/gitee/notes &> blog.log & \ No newline at end of file