Skip to content

Commit

Permalink
shortcut to clear couchDB
Browse files Browse the repository at this point in the history
  • Loading branch information
ianfixes committed Nov 27, 2012
1 parent 81603d5 commit e5253c8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions scripts/force-clean-couch.sh
@@ -0,0 +1,17 @@
#!/bin/bash
#
# This script is a shortcut for clearing the couch db
# COI-Services and its dependencies
#
# Author: Ian Katz
#

# go to root of repository
THISDIR=$(git rev-parse --show-toplevel)
THISSCRIPT=$(basename $0)

cd $THISDIR

echo -e "Force-cleaning CouchDB"
bin/pycc -X -fc

0 comments on commit e5253c8

Please sign in to comment.