mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 13:15:12 +02:00
5 lines
68 B
Bash
Executable file
5 lines
68 B
Bash
Executable file
#!/bin/sh
|
|
exec 2>&1
|
|
set -e
|
|
alsactl restore
|
|
exec chpst -b alsa pause
|