commit df40244d2b526182696a73531478bd1c6da4b1c5 Author: yuukiwww <0xv75b42326631e@au.com> Date: Wed Jul 31 09:18:24 2024 +0000 スクリプトを追加 diff --git a/download.sh b/download.sh new file mode 100644 index 0000000..5ed5e17 --- /dev/null +++ b/download.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +wget -O - https://tjadataba.se/api/browse | jq -r ".[] | ._id" | xargs -I {} wget -O {}.zip https://tjadataba.se/download/orig/{} diff --git a/unzip.sh b/unzip.sh new file mode 100644 index 0000000..f8240e5 --- /dev/null +++ b/unzip.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +find . -type f -iname "*.zip" | xargs -I {} unzip -d {}_ {}