7 lines
68 B
7 lines
68 B
![]()
5 years ago
|
#!/bin/bash
|
||
|
|
||
|
summary="$2"
|
||
|
body="$3"
|
||
|
|
||
|
echo "$summary $body" | espeak
|