Skip to content

Instantly share code, notes, and snippets.

@santi020k
Created January 16, 2018 20:20
Show Gist options
  • Save santi020k/b6981c6e9a1599f521c77c1a92501308 to your computer and use it in GitHub Desktop.
Save santi020k/b6981c6e9a1599f521c77c1a92501308 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo "Script exect"
echo "Valid options YES or NO"
defaults write com.apple.finder AppleShowAllFiles $1
killall Finder
echo "Finder changes config"a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment