void-packages/srcpkgs/iwd/files/ead/run
2024-06-11 17:51:52 -04:00

4 lines
81 B
Bash

#!/bin/sh
exec 2>&1
[ -r ./conf ] && . ./conf
exec /usr/libexec/ead ${OPTS} 2>&1