Created
June 30, 2016 20:54
-
-
Save johnmurch/1e73cb200098cde27cde50d18ea6c689 to your computer and use it in GitHub Desktop.
Create Screenshot folder and update default path on OS X - Be sure to change out your username!
This file contains hidden or 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 | |
mkdir Screenshots | |
defaults write com.apple.screencapture location /Users/johnmurch/Screenshots | |
killall SystemUIServer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment