This website requires JavaScript.
Explore
Help
Sign In
stupidcomputer
/
dot_testing
Watch
1
Star
0
Fork
You've already forked dot_testing
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
5905f78b17
dot_testing
/
sh
/
vol
4 lines
94 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
amixer sset Master 0%+
|
tail -1
|
awk -F
'['
'{print $2}'
|
awk -F
']'
'{print $1}'
Reference in New Issue
View Git Blame
Copy Permalink