Skip to content

Instantly share code, notes, and snippets.

@Antrikshy
Created July 5, 2014 10:49
Show Gist options
  • Save Antrikshy/2eb2f1b8fe4073b0fdc2 to your computer and use it in GitHub Desktop.
Save Antrikshy/2eb2f1b8fe4073b0fdc2 to your computer and use it in GitHub Desktop.
Tiny script to be added to PATH that copies over Minecraft's screenshots folder to Desktop (on Linux/Mac)
#!/bin/bash
cp -rf ~/Library/Application\ Support/minecraft/screenshots ~/Desktop/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment