From 545d7338fca32fdc245497f746af47f79a45a297 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 29 Sep 2021 10:32:30 +0800 Subject: [PATCH] + spec --- spec.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 spec.sh diff --git a/spec.sh b/spec.sh new file mode 100755 index 00000000..a931c9c4 --- /dev/null +++ b/spec.sh @@ -0,0 +1,6 @@ +#!/bin/bash +make xiang +VERSION=$(go run . version) +rm -rf ../xiang-spec/xiang/* +cp -R dist/bin ../xiang-spec/xiang/"v$VERSION" +make clean \ No newline at end of file