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