projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9073702968beeb4f947d4eaad5ae63f36f8441a3
[platform/framework/web/crosswalk-tizen.git]
/
1
#!/usr/bin/env node
2
3
var stdin = require('stdin');
4
5
stdin(function(source) {
6
process.stdout.write(source + '\n// ---- esformatter-pipe-test-1 ---\n');
7
});