Created
January 16, 2018 20:20
-
-
Save santi020k/b6981c6e9a1599f521c77c1a92501308 to your computer and use it in GitHub Desktop.
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/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