Skip to content

Commit 0b8abd5

Browse files
authored
Update compress-json.sh
1 parent 3840146 commit 0b8abd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compress-json.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
for dir in ./**/; do
3+
for dir in ./**/**/; do
44
mkdir "$dir"/min
55
jq -c < "$dir/index.json" > "$dir/min/index.json"
66
done

0 commit comments

Comments
 (0)