From afea5fc3fd16a2865d0af52563f601a4c03d8256 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 27 Oct 2010 18:22:03 -0700 Subject: mac: add 9term.app, Plumb.app R=rsc http://codereview.appspot.com/2783041 --- mac/9term.app/Contents/MacOS/9term | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 mac/9term.app/Contents/MacOS/9term (limited to 'mac/9term.app/Contents/MacOS') diff --git a/mac/9term.app/Contents/MacOS/9term b/mac/9term.app/Contents/MacOS/9term new file mode 100755 index 00000000..ef6692c3 --- /dev/null +++ b/mac/9term.app/Contents/MacOS/9term @@ -0,0 +1,5 @@ +#!/bin/bash +cd $HOME +. ~/.bashrc +PLAN9=${PLAN9:-/usr/local/plan9} +$PLAN9/bin/9term -W600x800 & -- cgit v1.2.3