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