azure-kusto-rust/scripts/format_json.sh

1 строка
76 B
Bash
Executable File

find test -name "*.json" -exec bash -c 'jq . {} > {}.tmp && mv {}.tmp {}' \;