From 9de96e64278dd1eb2b53f35d8cb4a84eea18ecb5 Mon Sep 17 00:00:00 2001 From: Patrick Peng Sun Date: Sat, 8 Jul 2017 18:01:15 +1000 Subject: [PATCH] build and upload to wechat_hitxy location --- uploadwechathitxy.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 uploadwechathitxy.sh diff --git a/uploadwechathitxy.sh b/uploadwechathitxy.sh new file mode 100755 index 0000000..8cb6507 --- /dev/null +++ b/uploadwechathitxy.sh @@ -0,0 +1,4 @@ +#!/bin/bash +go build +scp ./wechat_hitxy root@biukop.com.au:/root/ +scp *.json root@biukop.com.au:/root/ \ No newline at end of file