Subversion Repositories livecd

Rev

Rev 1 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 169
Line 1... Line 1...
1
#/!bin/bash
1
#/!bin/bash
2
#
2
#
3
# unmute all mixers and set volumes to $1
3
# unmute all mixers and set volumes to $1
4
#
4
#
5
# Urs Beyerle, PSI
5
# Urs Beyerle
6
#
6
#
7
 
7
 
8
AMIXER=$( which amixer )
8
AMIXER=$( which amixer )
9
if [ "$AMIXER" = "" ]; then
9
if [ "$AMIXER" = "" ]; then
10
    echo "Sorry command amixer not found."
10
    echo "Sorry command amixer not found."