Skip to content

Instantly share code, notes, and snippets.

@mgsloan
Last active December 18, 2015 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgsloan/5817118 to your computer and use it in GitHub Desktop.
Save mgsloan/5817118 to your computer and use it in GitHub Desktop.
#!/bin/bash
ext=$1
rsync -aL --delete ~/fpco/ide/ ~/build/fpco-$ext/
cd ~/build/fpco-$ext
perl -i -pe "s~/fpco/ide/~/build/fpco-$ext/~g;" \
.hsenvs/*/.hsenv/bin/activate \
.hsenvs/*/.hsenv/bin/cabal \
.hsenvs/*/.hsenv/cabal/config
source dev-scripts/activate-hsenv.sh
shift
"$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment