スクリプトを追加

This commit is contained in:
yuukiwww 2024-07-31 09:18:24 +00:00
commit df40244d2b
2 changed files with 6 additions and 0 deletions

3
download.sh Normal file
View file

@ -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/{}

3
unzip.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/bash
find . -type f -iname "*.zip" | xargs -I {} unzip -d {}_ {}