Skip to content

Instantly share code, notes, and snippets.

@josuebasurto
Created February 14, 2019 00:03
Show Gist options
  • Save josuebasurto/0f63b0048e0c7d4b63c15220cc242ab1 to your computer and use it in GitHub Desktop.
Save josuebasurto/0f63b0048e0c7d4b63c15220cc242ab1 to your computer and use it in GitHub Desktop.
Write the new path of Screenshots to write in MAC
#!/bin/bash
echo 'Write the new path of Screenshots to land'
read varname
defaults write com.apple.screencapture location $varname
killall SystemUIServer
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment