Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/tiny-lr/scripts/post-change b/node_modules/tiny-lr/scripts/post-change
new file mode 100644
index 0000000..e10b4d2
--- /dev/null
+++ b/node_modules/tiny-lr/scripts/post-change
@@ -0,0 +1,9 @@
+echo curl -X POST http://localhost:35729/changed \
+ -H "Content-Type: application/json" \
+ -d "{ \"files\": true }"
+
+echo
+
+curl -X POST http://localhost:35729/changed \
+ -H "Content-Type: application/json" \
+ -d "{ \"files\": true }"