diff options
author | typebrook <typebrook@gmail.com> | 2019-04-19 12:16:17 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-04-19 17:54:07 +0800 |
commit | 1a5d27f62e1c6023e2d77a24a041899613210342 (patch) | |
tree | 93ec302fdc4cabfef6b83bc6d7bc8bc6c67a771d /scripts/check_upstream.sh | |
parent | 5a3c5e4142dd950a436a91e4aa74410c65411635 (diff) |
update
Diffstat (limited to 'scripts/check_upstream.sh')
-rw-r--r-- | scripts/check_upstream.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/check_upstream.sh b/scripts/check_upstream.sh index 888061e..9c2e87a 100644 --- a/scripts/check_upstream.sh +++ b/scripts/check_upstream.sh | |||
@@ -16,4 +16,7 @@ check_upstream() { | |||
16 | then | 16 | then |
17 | echo "New commit at" $1 | 17 | echo "New commit at" $1 |
18 | fi | 18 | fi |
19 | |||
20 | cd ~/git/settings | ||
21 | echo check $1 at $(date) >> ./log | ||
19 | } | 22 | } |