9 lines
93 B
Bash
Executable File
9 lines
93 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
function set_volume {
|
|
pulsemixer "$@"
|
|
pashowvolume
|
|
}
|
|
|
|
set_volume "$@"
|