10 lines
238 B
Plaintext
10 lines
238 B
Plaintext
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 }"
|