2024-08-02 13:24:47 -04:00

5 lines
62 B
Bash

#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
exec zed -F $OPTS