Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-11-15 18:35:17 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-11-15 18:35:17 (GMT)
commite5027f891eb21f691e79113374e44e741c16c78d (patch)
tree33f0a2e372d65ac570edd5638cb8786e382d690c
parentc5bd554f5fd5085b30b932452d3f9f111d8f4700 (diff)
Add cron tasks
-rwxr-xr-xaslo/cron/hourly7
1 files changed, 7 insertions, 0 deletions
diff --git a/aslo/cron/hourly b/aslo/cron/hourly
new file mode 100755
index 0000000..4112713
--- /dev/null
+++ b/aslo/cron/hourly
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+root=$(dirname $(dirname $(dirname $(readlink --canonicalize-missing $0))))
+
+cd $root/bin
+
+php -f update-search-views.php