5 lines
58 B
Plaintext
5 lines
58 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
alsactl restore
|
||
|
exec chpst -b alsa pause
|