diff --git a/a.sh b/a.sh deleted file mode 100644 index 7bccbb62f..000000000 --- a/a.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -alias jq=/c/Tmp/jq-win64.exe - -for files in */*.json; do -/./c/Tmp/jq-win64.exe --sort-keys . $files > config2.json && cat config2.json > $files && rm config2.json -done