diff options
| author | LLLL Colonq <llll@colonq> | 2024-11-26 03:23:05 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-11-26 03:23:05 -0500 |
| commit | 6e3c47b1ad746f0891592a97cc6ffb6e0280adbb (patch) | |
| tree | 083ea0b620139bb207ea18fa99fbcba36a0c9b76 /assets/palcries/fetch.sh | |
| parent | d93ab7e848bf0f4bc1087504eecd7c959d19bf6c (diff) | |
update assets
Diffstat (limited to 'assets/palcries/fetch.sh')
| -rw-r--r-- | assets/palcries/fetch.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/palcries/fetch.sh b/assets/palcries/fetch.sh new file mode 100644 index 00000000..85b6a2c8 --- /dev/null +++ b/assets/palcries/fetch.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +for i in $(seq 1 151); do + wget "https://pokemoncries.com/cries-old/$i.mp3" + sleep 10 +done |
