3 lines
109 B
Bash
3 lines
109 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
curl -H "Content-Type: application/json" -X POST -d '{"dir" : false }' http://localhost:6699/dir
|