mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 17:46:59 +00:00
7 lines
81 B
Bash
7 lines
81 B
Bash
#!/bin/bash
|
|
|
|
# Script to stop ES-9 audio interface
|
|
|
|
pkill alsa_in
|
|
pkill alsa_out
|