Skip to content

Instantly share code, notes, and snippets.

@kowey
Created August 19, 2010 12:35
Show Gist options
  • Select an option

  • Save kowey/537775 to your computer and use it in GitHub Desktop.

Select an option

Save kowey/537775 to your computer and use it in GitHub Desktop.
#!/bin/bash
BUNDLE=$1
cd $HOME/darcs-project
rm -rf k-review
darcs get --lazy http://darcs.net k-review
cd k-review
cabal configure
if [ ! -z "$BUNDLE" ]; then
darcs apply -i $BUNDLE
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment