mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
8 lines
101 B
Bash
Executable File
8 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Script to stop ES-9 audio interface
|
|
|
|
pkill alsa_in
|
|
pkill alsa_out
|
|
pkill es-5-pipewire
|