add pam-say script
This commit is contained in:
parent
b318800b32
commit
cc594c635c
|
@ -12,5 +12,6 @@ Useful utility scripts.
|
||||||
|---|---|
|
|---|---|
|
||||||
|newsh ["command"]|Create executable `sh` script. Optionally add `command`.|
|
|newsh ["command"]|Create executable `sh` script. Optionally add `command`.|
|
||||||
|newbash ["command"]|Create executable `bash` script. Optionally add `command`.|
|
|newbash ["command"]|Create executable `bash` script. Optionally add `command`.|
|
||||||
|date-show ["command"]|Show a time and date window.|
|
|date-show|Show a time and date window.|
|
||||||
|
|pam-say <text>|Tells Pamela to say something|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
_command="echo ""$*"" | festival --tts"
|
||||||
|
ssh pamela "$_command"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue