mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-09 12:05:09 +02:00
No configured options would make ead crash, and only one option could be used successfully.
3 lines
64 B
Bash
3 lines
64 B
Bash
#!/bin/sh
|
|
[ -r ./conf ] && . conf
|
|
exec /usr/libexec/ead ${OPTS}
|