@@ -85,6 +85,10 @@ elif [[ "$func" == "say" ]] ; then
echo "$param" | espeak --stdin --stdout | aplay 2> /dev/null
+elif [[ "$func" == "reboot" ]] ; then
+
+ /sbin/reboot
fi
exit 0