.sh couchapp push
#!/bin/sh | |
up='user:password' | |
line="couchapp push app.js http://${up}@host/database" | |
echo $line | |
$line |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment