Initial commit
[yaffs-website] / node_modules / tiny-lr / scripts / post-change
1 echo curl -X POST http://localhost:35729/changed \
2   -H "Content-Type: application/json" \
3   -d "{ \"files\": true }"
4
5 echo
6
7 curl -X POST http://localhost:35729/changed \
8   -H "Content-Type: application/json" \
9   -d "{ \"files\": true }"