1#!/bin/sh
2
3export NO_COLOR=1
4export PAGER=nobs
5
6if ! pgrep -x plumber > /dev/null
7then
8 plumber
9fi
10
11if ! pgrep -x acme > /dev/null
12then
13 ~/code/acme/o.acme -a -f /mnt/font/SFMonoLigaturized-Regular/12a/font $1
14else
15 editinacme $1
16fi