aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--scripts/check_upstream.sh3
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9baa5c2..70ae73e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
1private/* 1private/*
2log
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}