git ssb

0+

Rômulo Alves / sync



Tree: fc4f77ebcef3769ee736b18653f7712ef8169884

Files: fc4f77ebcef3769ee736b18653f7712ef8169884 / test.js

116 bytesRaw
1const sync = require('./');
2
3sync('/source', '/target',
4null,
5{
6 algorithm: 'aes-256-ctr',
7 password: '123456'
8});

Built with git-ssb-web