קוד: בחירת הכל
REMOTE_NAME=YES
cmd=""
id=""
if test $1 -eq 26
then
hour=`date | cut -c12-13`
if test $hour -gt 00
then
if test $hour -lt 05
then
id=" 0 0 0 yes"
fi
fi
fi
for digit in $(echo $1 | sed -e 's/./& /g'); do
cmd="${cmd} $digit"
done
irsend SEND_ONCE $REMOTE_NAME $cmd $id
exit
