mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-27 14:15:09 +02:00
3 lines
90 B
Bash
3 lines
90 B
Bash
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
exec chpst -u _snapclient:audio snapclient ${OPTS} 2>&1
|