Delete sortjson.sh

This commit is contained in:
Alexandre
2022-03-15 14:26:52 +01:00
committed by GitHub
parent c551261247
commit 74947f9b40

View File

@@ -1,5 +0,0 @@
#!/bin/bash
for files in */*.json; do
jq --sort-keys . "$files" > config2.json && cat config2.json > "$files" && rm config2.json
done