bin/pam-say
2020-04-21 16:50:59 +01:00

6 lines
76 B
Bash
Executable file

#!/bin/sh
_command="echo ""$*"" | festival --tts"
ssh pamela "$_command"