diff options
Diffstat (limited to 'script/update-xapian-index')
-rwxr-xr-x | script/update-xapian-index | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/script/update-xapian-index b/script/update-xapian-index new file mode 100755 index 000000000..378170317 --- /dev/null +++ b/script/update-xapian-index @@ -0,0 +1,5 @@ +#!/bin/bash + +cd `dirname $0` +rake xapian:update_index + |