From d40c6f8ec376ebe7c209d289f9f173cd0c05ecd7 Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Mon, 11 May 2020 23:48:04 +0800 Subject: [PATCH] 2020-05-11 23:48:04 --- update.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 update.sh diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..f76166c --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +git add -A +git commit -am "$(date "+%Y-%m-%d %H:%M:%S")" +git push \ No newline at end of file -- GitLab