From dd938f11b389df1529217b257d4534143c2ffa7d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 15 Mar 2022 11:02:57 +0100 Subject: [PATCH] Delete a.sh --- a.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 a.sh 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