Just put this code in a text file and rename the extension .sh for Linux and .bat for Windows
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
USER=minetest-mods; PAGE=2
curl "https://api.github.com/users/$USER/repos?page=$PAGE&per_page=100" |
grep -e 'git_url*' |
cut -d \" -f 4 |
xargs -L1 git clone
Caution: This script has made me go power/download crazy and my HD is quickly filling up with tons of awesome modders mods so be warned!
I hope someone finds this useful and have a great day!
-Mike