6 lines
76 B
Bash
Executable file
6 lines
76 B
Bash
Executable file
#!/bin/sh
|
|
|
|
_command="echo ""$*"" | festival --tts"
|
|
ssh pamela "$_command"
|
|
|
|
|