blob: e10b4d2bc779b530edf251e1d2b0176685d87c29 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001echo curl -X POST http://localhost:35729/changed \
2 -H "Content-Type: application/json" \
3 -d "{ \"files\": true }"
4
5echo
6
7curl -X POST http://localhost:35729/changed \
8 -H "Content-Type: application/json" \
9 -d "{ \"files\": true }"