mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 01:35:34 +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
|