git ssb

1+

mixmix / scuttle-shell



Tree: 5a0419f6c2662e881e7cb6c76d64e1b5b1f55de7

Files: 5a0419f6c2662e881e7cb6c76d64e1b5b1f55de7 / tests / msg2json.js

194 bytesRaw
1#!/usr/bin/env node
2
3var nativeMessage = require('chrome-native-messaging');
4
5process.stdin
6 .pipe(new nativeMessage.Input())
7 .pipe(new nativeMessage.Debug())
8 .pipe(process.stdout)
9;
10

Built with git-ssb-web