removed redundant script

This commit is contained in:
2016-06-12 22:33:15 -06:00
parent 3da805616d
commit 51838a8ab4
-9
View File
@@ -1,9 +0,0 @@
#!/bin/bash
mute=`amixer get Master | grep "Front Left:" | awk '{print $6}'`
if [ $mute == "[on]" ]
then
vol=`amixer get Master | grep "Front Left:" | awk '{print $5}' | tr -d '[]'`
echo "vol" $vol
else
echo "mute"
fi