mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
5 lines
97 B
JavaScript
Executable File
5 lines
97 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
var pack = require('../')();
|
|
process.stdin.pipe(pack).pipe(process.stdout);
|