mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-13 08:24:46 +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);
|