File tree 1 file changed +18
-13
lines changed
1 file changed +18
-13
lines changed Original file line number Diff line number Diff line change @@ -18,18 +18,23 @@ total_files=$(grep -o 'https://panels-cdn\.imgix\.net[^"]*' json_data/media.json
18
18
19
19
# ASCII art frames for the liberator
20
20
liberator_frames=(
21
- " O "
22
- " /|\\ "
23
- " / \-~~-----0"
24
- " O "
25
- " /|\\ "
26
- " / \--~~----0"
27
- " O "
28
- " -/|\\ "
29
- " / \----~~--0"
30
- " O "
31
- " -/|\\ -"
32
- " / \------~~0"
21
+
22
+ " O /0| "
23
+ " /|\/ | "
24
+ " / \ $ "
25
+
26
+ " O /0| "
27
+ " /|\/ $ "
28
+ " / \ | "
29
+
30
+ " O /0$ "
31
+ " /|\/ | "
32
+ " / \ | "
33
+
34
+ " O /0|$"
35
+ " /|\/ | "
36
+ " / \ | "
37
+
33
38
)
34
39
35
40
# Function to display the file liberation animation
@@ -54,7 +59,7 @@ display_animation() {
54
59
printf " +%${prison_width} s+\n" | tr ' ' ' -'
55
60
56
61
echo
57
- echo " Files liberated: $counter / $total_files "
62
+ # echo "Files liberated: $counter / $total_files"
58
63
}
59
64
60
65
# Function to download a file
You can’t perform that action at this time.
0 commit comments