4 lines
84 B
Plaintext
4 lines
84 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
defaults write com.apple.Dock autohide-delay -float $1 && killall Dock
|