3 lines
89 B
Plaintext
3 lines
89 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
echo "VOL $(amixer sget Master | tail -1 | cut -d '[' -f 2 | cut -d ']' -f 1)"
|