mirror of
https://github.com/simon987/nyaa.git
synced 2025-04-19 02:06:45 +00:00
4 lines
131 B
Bash
Executable File
4 lines
131 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
curl -v -XPUT 'localhost:9200/nyaav2?pretty' -H"Content-Type: application/yaml" --data-binary @es_mapping.yml
|