There was an error while loading. Please reload this page.
1 parent 6ac5ef2 commit 7dd7ad8Copy full SHA for 7dd7ad8
doc.sh
@@ -1,9 +1,9 @@
1
#!/bin/bash
2
3
if [ `hostname` = "wanderlust.local" ]; then
4
- open /Users/arjun/local/share/doc/CouchDB-0.8.0/html/index.html
+ open /Users/arjun/local/share/doc/CouchDB-0.8.0.4/html/index.html
5
elif [ `hostname` = "peabody" ]; then
6
- firefox /pro/plt/ghc/latest/share/doc/CouchDB-0.8.0.1/html/index.html &
+ firefox /pro/plt/ghc/latest/share/doc/CouchDB-0.8.0.4/html/index.html &
7
else
8
echo "ERROR: Don't know how to build on " `hostname`
9
fi
0 commit comments