Add a script to show/hide dot files in Finder
This commit is contained in:
parent
b5442b55c7
commit
cd8c8098af
1 changed files with 5 additions and 0 deletions
5
finder-show-hidden-files
Executable file
5
finder-show-hidden-files
Executable file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
status=${1:-true}
|
||||||
|
defaults write com.apple.finder AppleShowAllFiles $status
|
||||||
|
killall Finder
|
||||||
Loading…
Reference in a new issue