1 2 3 4 5 6 7
#!/bin/sh set -e echo "If you don't add pulseaudio slot, you cannot run \"cat /proc/asound/devices\"" cat /proc/asound/devices echo $?