Skip to content

Instantly share code, notes, and snippets.

@jamesharr
Last active March 27, 2021 14:31
Show Gist options
  • Save jamesharr/9eaa3842ea41949f39a44f437a639af3 to your computer and use it in GitHub Desktop.
Save jamesharr/9eaa3842ea41949f39a44f437a639af3 to your computer and use it in GitHub Desktop.
Fun with macOS, ssh, and text-to-speech
# ~/.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