Last active
March 27, 2021 14:31
-
-
Save jamesharr/9eaa3842ea41949f39a44f437a639af3 to your computer and use it in GitHub Desktop.
Fun with macOS, ssh, and text-to-speech
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
# ~/.ssh/config | |
Host bingbingbong | |
HostName 192.0.2.1 | |
PermitLocalCommand yes | |
LocalCommand say '[[volm 0.5]]' bing bing bong & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment