Guest User

Untitled

a guest
Jul 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #!/bin/bash
  2. tee -a ~/couchjs-view.in \
  3. | /usr/local/couchdb/bin/couchjs \
  4. /usr/local/couchdb/share/couchdb/server/main.js \
  5. | tee -a ~/couchjs-view.out
Add Comment
Please, Sign In to add comment