Last active
January 22, 2021 15:37
-
-
Save thecoder08/bfe458285f2a8546bf19368e996f541b to your computer and use it in GitHub Desktop.
Minecraft skin stealing bash script.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# run with ./skinstealer.sh <username> | |
# or plop in /usr/local/bin and run with skinstealer.sh <username> | |
# needs curl | |
curl https://minecraft.tools/download-skin/$1 -o $1.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment