mirror of
https://github.com/samsonjs/bin.git
synced 2026-03-25 07:55:47 +00:00
5 lines
102 B
Bash
Executable file
5 lines
102 B
Bash
Executable file
#!/bin/sh
|
|
|
|
status=${1:-true}
|
|
defaults write com.apple.finder AppleShowAllFiles $status
|
|
killall Finder
|