mirror of
https://github.com/correl/codereview.git
synced 2025-04-01 19:07:49 -09:00
6 lines
171 B
Bash
Executable file
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
|