mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-11-27 18:13:19 +00:00
8 lines
101 B
Bash
8 lines
101 B
Bash
#!/bin/bash
|
|
|
|
# Script to stop ES-9 audio interface
|
|
|
|
pkill alsa_in
|
|
pkill alsa_out
|
|
pkill es-5-pipewire
|