chmod -R 777 HomeSeer
fixed that problem.
fixed that problem.
If this is your first visit, be sure to check out the FAQ. You must register before you can post.
IMPORTANT: Your first post will be checked for appropriate content. This may take a bit of time.
#!/bin/sh echo running command $1 $! | aha
#!/bin/sh echo running command $1 $1
#!/bin/sh #flite -voice kall16 -t "$1" pico2wave -w=temp.wav "$1" aplay temp.wave
#!/bin/sh flite -voice kall16 -t "$1" #pico2wave -w=temp.wav "$1" #aplay temp.wave
Comment