1
0
mirror of https://github.com/thorsten-gehrig/alexa-remote-control.git synced 2025-04-03 17:23:14 +02:00

Update alexa-volume.sh

This commit is contained in:
thorsten-gehrig 2016-12-25 09:55:32 +01:00 committed by GitHub
parent cbb4294241
commit f003f5fa73

@ -9,7 +9,7 @@ VOLUME=$1
#check if parameter is set
if [ -z "$VOLUME" ];
then
echo "use ./alexa-volume.sh 40"
echo "use ./alexa-volume.sh 40 # Use something between 0-100"
exit
fi