From 85f1355b9fa02a5aa06089a4f55440127b84be55 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 21 Jul 2025 08:56:48 +0800 Subject: Update --- bin/init/sync.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bin/init/sync.sh b/bin/init/sync.sh index a4c7542..c48a812 100755 --- a/bin/init/sync.sh +++ b/bin/init/sync.sh @@ -3,10 +3,6 @@ # If git is working in other process, then don't sync again pidof git >/dev/null && exit 0 -# Print information about ~/.wakeup -echo 'latest: ' $(date -d @`stat -c %Y ~/.wakeup` --iso-8601=seconds) -echo 'wakeup at: ' $(cat ~/.wakeup | xargs -i date -d @{} --iso-8601=seconds) - # Sync a repo sync() { cd "$1" || return @@ -31,8 +27,5 @@ while true; do fi done -touch ~/.wakeup - - # others repo #check_upstream ~/git/tig || echo in `pwd` >/dev/tty & -- cgit v1.2.3-70-g09d2