This commit is contained in:
Ev Bogdanov 2017-01-26 19:29:57 +03:00
commit c2271ba672
43 changed files with 886 additions and 0 deletions

18
bin/a Executable file
View file

@ -0,0 +1,18 @@
#!/usr/bin/env bash
export SHELL="$PLAN9/bin/rc"
export acmeshell="$PLAN9/bin/rc"
export BROWSER=safari
export tabstop=4
export TERM=dumb
export PAGER=nobs
if [ "$(pgrep plumber)" ]; then
echo plumber is running
else
echo starting plumber
plumber
cat "$HOME/acme/plumbing" "$PLAN9/plumb/basic" | 9p write plumb/rules
fi
acme -a -f /mnt/font/Menlo-Regular/12a/font $1