vp-build/srcpkgs/metalog/files/metalog/run

5 lines
68 B
Bash
Executable File

#!/bin/sh
exec 1>&2
[ -r conf ] && . ./conf
exec metalog ${OPTS=-v}