soapdish/scripts/system/system-alsa_mixer

19 lines
388 B
Plaintext
Raw Normal View History

2021-03-07 07:47:06 +00:00
#!/bin/bash
# SYSTEM: ALSA MIXER
# Launch alsamixer
# Includes and Declarations (global variables, formatting, and functions)
source "${APPLICATION_ROOT}/scripts/system/system-functions"
source "${APPLICATION_ROOT}/scripts/system/system-declarations"
# If playlist exists, delete it.
sudo alsamixer
# Echo result
confirmation_message "[M] ALSA mixer visitation completed"
echo "";