mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-26 05:35:12 +02:00
4 lines
81 B
Bash
4 lines
81 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
[ -r ./conf ] && . ./conf
|
|
exec /usr/libexec/ead ${OPTS} 2>&1
|