Skip to content

Commit 4a178c5

Browse files
authored
Update FromVaultToAll.sh
final revision of animation
1 parent 8c73a5c commit 4a178c5

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

FromVaultToAll.sh

+18-13
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,23 @@ total_files=$(grep -o 'https://panels-cdn\.imgix\.net[^"]*' json_data/media.json
1818

1919
# ASCII art frames for the liberator
2020
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+
3338
)
3439

3540
# Function to display the file liberation animation
@@ -54,7 +59,7 @@ display_animation() {
5459
printf "+%${prison_width}s+\n" | tr ' ' '-'
5560

5661
echo
57-
echo "Files liberated: $counter / $total_files"
62+
#echo "Files liberated: $counter / $total_files"
5863
}
5964

6065
# Function to download a file

0 commit comments

Comments
 (0)