Delete a.sh

This commit is contained in:
Alexandre
2022-03-15 11:02:57 +01:00
committed by GitHub
parent 5a7e0f0569
commit dd938f11b3

6
a.sh
View File

@@ -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