#!/bin/sh

export NO_COLOR=1
export PAGER=nobs

if ! pgrep -x plumber > /dev/null
then
	plumber
fi

if ! pgrep -x acme > /dev/null
then
    ~/code/acme/o.acme -a -f /mnt/font/SFMonoLigaturized-Regular/12a/font $1
else
    editinacme $1
fi