From b7a7054a3a2cff35805c6f7afaafa502973e0873 Mon Sep 17 00:00:00 2001 From: Jrohy Date: Sun, 24 Sep 2023 23:03:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 update.sh diff --git a/update.sh b/update.sh deleted file mode 100644 index 776cb426..00000000 --- a/update.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -#获取当前的这个脚本所在绝对路径 -shell_path=$(cd `dirname $0`; pwd) - -cd $shell_path - -mkdir -p web/templates - -touch web/templates/test - -go get -u - -rm -rf web/templates