summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhelp1
-rwxr-xr-xupdate-timestamps9
2 files changed, 0 insertions, 10 deletions
diff --git a/help b/help
index 8ad82f1..5d1f640 100755
--- a/help
+++ b/help
@@ -9,5 +9,4 @@ desc <name>
rm <name>
bash
clone-all-github
-update-timestamps
"""
diff --git a/update-timestamps b/update-timestamps
deleted file mode 100755
index 34ec6a2..0000000
--- a/update-timestamps
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-
-REPOSITORIES=$(find /home/git/* -name '*.git' -type d)
-
-for repo in $REPOSITORIES; do
- cd $repo
- mkdir -p info/web
- echo $(git log -1 --date=iso --format=%ci) > info/web/last-modified
-done