#!/bin/sh
#
# $NetBSD: ottomatic.template,v 1.1 2023/03/02 04:14:15 charlotte Exp $
# Launcher script for Otto Matic.
set -e
cd /usr/pkg/share/ottomatic && /usr/pkg/libexec/OttoMatic
