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