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