summaryrefslogtreecommitdiff
path: root/assets/palcries/fetch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'assets/palcries/fetch.sh')
-rw-r--r--assets/palcries/fetch.sh6
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