chmod -R 777 HomeSeer
fixed that problem.
fixed that problem.
#!/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