6 lines
84 B
Bash
Executable File
6 lines
84 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
volume="$1"
|
|
|
|
pactl set-sink-volume @DEFAULT_SINK@ "${volume}%"
|