aboutsummaryrefslogtreecommitdiffstats
path: root/script/update-xapian-index
blob: d470176a91bf6fcb10f4e038ff086fe96f6587e6 (plain)
1
2
3
4
5
#!/bin/bash
export BUNDLE_GEMFILE=$(dirname "$0")/../Gemfile
cd "$(dirname "$0")"
bundle exec rake --silent xapian:update_index "$@"