30ed9c8d0f
chmodded by vsv
5 lines
68 B
Bash
5 lines
68 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
set -e
|
|
alsactl restore
|
|
exec chpst -b alsa pause
|