1
0
Fork 0
mirror of https://github.com/correl/codereview.git synced 2025-04-01 19:07:49 -09:00
codereview/tools/update.sh

6 lines
171 B
Bash
Executable file

#!/bin/bash
CODEREVIEW_PATH=/path/to/codereview
cd $CODEREVIEW_PATH \
&& python manage.py updaterepos $* >/dev/null \
&& python manage.py update_index >/dev/null