mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
7 lines
198 B
Bash
Executable File
7 lines
198 B
Bash
Executable File
#!/bin/sh
|
|
curl -sSL 'https://diac.alsharekh.org/Diac/DiacText' \
|
|
-H "Content-Type: application/json" \
|
|
--data-raw "$(jq --raw-input '{word: ., type: 1}')" \
|
|
--compressed \
|
|
| jq -r .diacWord
|