7 lines
100 B
Bash
Executable file
7 lines
100 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
if [[ $(pidof pavucontrol) ]]; then
|
|
pkill pavucontrol
|
|
fi
|
|
|
|
exec pavucontrol
|