6 lines
133 B
Bash
Executable File
6 lines
133 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
volume_level=`mixerctl -n outputs.master | cut -d ',' -f 1`
|
|
|
|
mixerctl -w outputs.master=`expr $volume_level + 10`
|