bin/a (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#!/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