public
Description: Haskell bindings for CouchDB
Homepage: http://www.cs.brown.edu/~arjun
Clone URL: git://github.com/arjunguha/haskell-couchdb.git
haskell-couchdb / doc.sh
100755 10 lines (8 sloc) 0.3 kb
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
 
if [ `hostname` = "wanderlust.local" ]; then
open /Users/arjun/local/share/doc/CouchDB-0.8.0.4/html/index.html
elif [ `hostname` = "peabody" ]; then
firefox /pro/plt/ghc/latest/share/doc/CouchDB-0.8.0.4/html/index.html &
else
echo "ERROR: Don't know how to build on " `hostname`
fi