WIP One-time push via Dat. The other side of dat-download, kind of?
var datPush = require('dat-push')
datPush(process.cwd(), 'hashbase.io', function (err) {
if (err) throw err
console.log('done pushing, maybe? thanks')
})
npm install -g dat-push
dat-push --dir ./existing/dat-dir hashbase.io