]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/tidep0084.git/blobdiff - prebuilt/iot-gateway/node_modules/quote-stream/example/stream.js
Updated Sensor To Cloud design to have an easy to use setup GUI on the
[apps/tidep0084.git] / prebuilt / iot-gateway / node_modules / quote-stream / example / stream.js
diff --git a/prebuilt/iot-gateway/node_modules/quote-stream/example/stream.js b/prebuilt/iot-gateway/node_modules/quote-stream/example/stream.js
deleted file mode 100644 (file)
index 59e3381..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-var quote = require('../');
-process.stdin.pipe(quote()).pipe(process.stdout);