スクリプトを追加
This commit is contained in:
commit
df40244d2b
2 changed files with 6 additions and 0 deletions
3
download.sh
Normal file
3
download.sh
Normal 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
3
unzip.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
find . -type f -iname "*.zip" | xargs -I {} unzip -d {}_ {}
|
Loading…
Add table
Reference in a new issue