mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 02:20:05 +00:00
7 lines
69 B
Bash
Executable File
7 lines
69 B
Bash
Executable File
#!/bin/sh
|
|
|
|
exec 2>&1
|
|
set -e
|
|
alsactl restore
|
|
exec chpst -b alsa pause
|