aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/init
diff options
context:
space:
mode:
Diffstat (limited to 'bin/init')
-rwxr-xr-xbin/init/sync.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/init/sync.sh b/bin/init/sync.sh
index 413256a..a4c7542 100755
--- a/bin/init/sync.sh
+++ b/bin/init/sync.sh
@@ -4,8 +4,8 @@
4pidof git >/dev/null && exit 0 4pidof git >/dev/null && exit 0
5 5
6# Print information about ~/.wakeup 6# Print information about ~/.wakeup
7echo 'latest: ' $(date -d @`stat -c %Y ~/.wakeup` --iso-8601=minutes) 7echo 'latest: ' $(date -d @`stat -c %Y ~/.wakeup` --iso-8601=seconds)
8echo 'wakeup at: ' $(cat ~/.wakeup | xargs -i date -d @{} --iso-8601=minutes) 8echo 'wakeup at: ' $(cat ~/.wakeup | xargs -i date -d @{} --iso-8601=seconds)
9 9
10# Sync a repo 10# Sync a repo
11sync() { 11sync() {