Skip to content

Instantly share code, notes, and snippets.

@thecoder08
Last active January 22, 2021 15:37
Show Gist options
  • Save thecoder08/bfe458285f2a8546bf19368e996f541b to your computer and use it in GitHub Desktop.
Save thecoder08/bfe458285f2a8546bf19368e996f541b to your computer and use it in GitHub Desktop.
Minecraft skin stealing bash script.
#!/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